ci: disable ABI check temporary (I hope that "temporary")

Refs: https://github.com/libevent/libevent/issues/1463
This commit is contained in:
Azat Khuzhin 2024-01-13 15:54:49 +03:00
parent 9d4853b363
commit cffb7c03f1

View File

@ -56,6 +56,9 @@ jobs:
abi-job:
permissions:
contents: write # for Git to git push
# ABI check is broken [1].
# [1]: https://github.com/libevent/libevent/issues/1463
if: "false"
runs-on: ubuntu-20.04
## TODO: use docker image, but for now this is not possible without hacks
## due to even public registry require some authentication: