mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
gh-115765: Upgrade to GNU Autoconf 2.72 (#128411)
This commit is contained in:
parent
4ed36d6efb
commit
8abd6cef68
8 changed files with 4510 additions and 3105 deletions
|
|
@ -5,7 +5,7 @@ set -e -x
|
|||
# The check_autoconf_regen job of .github/workflows/build.yml must kept in
|
||||
# sync with this script. Use the same container image than the job so the job
|
||||
# doesn't need to run autoreconf in a container.
|
||||
IMAGE="ghcr.io/python/autoconf:2024.11.11.11786316759"
|
||||
IMAGE="ghcr.io/python/autoconf:2025.01.02.12581854023"
|
||||
AUTORECONF="autoreconf -ivf -Werror"
|
||||
|
||||
WORK_DIR="/src"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue