mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.10] gh-112160: Add 'regen-configure' make target (#112163)
Add 'regen-configure' make target
This commit is contained in:
parent
6c2f34fa77
commit
b6535ea7ec
2 changed files with 17 additions and 1 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue