mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
gh-89640: Pull in update to float word order detection in autoconf-archive (#126747)
This commit is contained in:
parent
35010b8cf2
commit
142104ce78
5 changed files with 195 additions and 134 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.10.16.11360930377"
|
||||
IMAGE="ghcr.io/python/autoconf:2024.11.11.11786316759"
|
||||
AUTORECONF="autoreconf -ivf -Werror"
|
||||
|
||||
WORK_DIR="/src"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue