From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 28 Jun 2022 14:10:04 +0000 (-0700) Subject: [3.11] Backport ABI regeneration script (GH-94376) X-Git-Tag: v3.10.6~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6b6b5af784c3b977854e404aaf7c936c517bc4e;p=thirdparty%2FPython%2Fcpython.git [3.11] Backport ABI regeneration script (GH-94376) (cherry picked from commit 648469299d9102bcc165baace67c6758e244eec1) Co-authored-by: Pablo Galindo Salgado --- diff --git a/.github/workflows/regen-abidump.sh b/.github/workflows/regen-abidump.sh new file mode 100644 index 000000000000..251bb3857ecf --- /dev/null +++ b/.github/workflows/regen-abidump.sh @@ -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