]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Backport ABI regeneration script (#94376)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 28 Jun 2022 13:33:08 +0000 (14:33 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 13:33:08 +0000 (14:33 +0100)
.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