mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
ci: disable ABI check temporary (I hope that "temporary")
Refs: https://github.com/libevent/libevent/issues/1463
This commit is contained in:
parent
9d4853b363
commit
cffb7c03f1
3
.github/workflows/master.yml
vendored
3
.github/workflows/master.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user