0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 08:52:25 +01:00
cpython/Tools/build
Victor Stinner d9fd33a869
gh-112088: Run autoreconf in GHA check_generated_files (#112090)
The "Check if generated files are up to date" job of GitHub Actions
now runs the "autoreconf -ivf -Werror" command instead of the "make
regen-configure" command to avoid depending on the external quay.io
server.

Add Tools/build/regen-configure.sh script to regenerate the configure
with an Ubuntu container image. The
"quay.io/tiran/cpython_autoconf:271" container image
(https://github.com/tiran/cpython_autoconf) is no longer used.
2023-11-15 21:47:14 +01:00
..
check_extension_modules.py
deepfreeze.py gh-109515: When generating deep frozen modules on Windows, use a list file instead of arguments (GH-109516) 2023-10-30 16:14:26 +00:00
freeze_modules.py gh-109515: When generating deep frozen modules on Windows, use a list file instead of arguments (GH-109516) 2023-10-30 16:14:26 +00:00
generate_global_objects.py
generate_levenshtein_examples.py
generate_re_casefix.py
generate_sre_constants.py
generate_stdlib_module_names.py
generate_token.py
parse_html5_entities.py
regen-configure.sh gh-112088: Run autoreconf in GHA check_generated_files (#112090) 2023-11-15 21:47:14 +01:00
smelly.py gh-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00:00
stable_abi.py
umarshal.py
update_file.py
verify_ensurepip_wheels.py