Add ABI dump script (#94135)

This commit is contained in:
Pablo Galindo Salgado 2022-06-23 22:52:43 +01:00 committed by GitHub
parent 28a2ccfff2
commit 8e6eccabe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 1 deletions

8
.github/workflows/regen-abidump.sh vendored Normal file
View file

@ -0,0 +1,8 @@
set -ex
export DEBIAN_FRONTEND=noninteractive
./.github/workflows/posix-deps-apt.sh
apt-get install -yq abigail-tools python3
export CFLAGS="-g3 -O0"
./configure --enable-shared && make
make regen-abidump