[3.11] Backport ABI regeneration script (GH-94376)

(cherry picked from commit 648469299d)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-06-28 07:10:04 -07:00 committed by GitHub
parent eb7d354817
commit f6b6b5af78
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