]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Backport ABI regeneration script (GH-94376)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 Jun 2022 14:10:04 +0000 (07:10 -0700)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 14:10:04 +0000 (07:10 -0700)
(cherry picked from commit 648469299d9102bcc165baace67c6758e244eec1)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
.github/workflows/regen-abidump.sh [new file with mode: 0644]

diff --git a/.github/workflows/regen-abidump.sh b/.github/workflows/regen-abidump.sh
new file mode 100644 (file)
index 0000000..251bb38
--- /dev/null
@@ -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