mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
[3.11] Backport ABI regeneration script (#94376)
This commit is contained in:
parent
3937dbfaf8
commit
648469299d
1 changed files with 8 additions and 0 deletions
8
.github/workflows/regen-abidump.sh
vendored
Normal file
8
.github/workflows/regen-abidump.sh
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue