mirror of
https://github.com/python/cpython.git
synced 2026-04-15 08:11:10 +00:00
8 lines
230 B
Bash
8 lines
230 B
Bash
set -ex
|
|
|
|
export DEBIAN_FRONTEND=noninteractive
|
|
./.github/workflows/posix-deps-apt.sh
|
|
apt-get install -yq --no-install-recommends abigail-tools python3
|
|
export CFLAGS="-g3 -O0"
|
|
./configure --enable-shared && make
|
|
make regen-abidump
|