1
0
mirror of https://github.com/python/cpython synced 2024-07-08 19:20:43 +00:00
cpython/.github/workflows/regen-abidump.sh
2022-06-23 22:52:43 +01:00

9 lines
206 B
Bash

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