[3.10] gh-112160: Add 'regen-configure' make target (#112163)

Add 'regen-configure' make target
This commit is contained in:
Seth Michael Larson 2023-11-20 17:38:10 -06:00 committed by GitHub
parent 6c2f34fa77
commit b6535ea7ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View file

@ -110,8 +110,12 @@ jobs:
grep "aclocal 1.16.3" aclocal.m4
grep -q "runstatedir" configure
grep -q "PKG_PROG_PKG_CONFIG" aclocal.m4
- name: Configure CPython
run: |
# Build Python with the libpython dynamic library
./configure --config-cache --with-pydebug --enable-shared
- name: Regenerate autoconf files
run: docker run --rm -v $(pwd):/src quay.io/tiran/cpython_autoconf:269
run: make regen-configure
- name: Build CPython
run: |
# Build Python with the libpython dynamic library