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

miss-islington webhook-mailer at python.org
Tue Jun 28 10:10:16 EDT 2022


https://github.com/python/cpython/commit/f6b6b5af784c3b977854e404aaf7c936c517bc4e
commit: f6b6b5af784c3b977854e404aaf7c936c517bc4e
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-06-28T07:10:04-07:00
summary:

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

(cherry picked from commit 648469299d9102bcc165baace67c6758e244eec1)

Co-authored-by: Pablo Galindo Salgado <Pablogsal at gmail.com>

files:
A .github/workflows/regen-abidump.sh

diff --git a/.github/workflows/regen-abidump.sh b/.github/workflows/regen-abidump.sh
new file mode 100644
index 0000000000000..251bb3857ecfc
--- /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



More information about the Python-checkins mailing list