[3.11] Backport ABI regeneration script (#94376)

This commit is contained in:
Pablo Galindo Salgado 2022-06-28 14:33:08 +01:00 committed by GitHub
parent 3937dbfaf8
commit 648469299d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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