gh-89640: Pull in update to float word order detection in autoconf-archive (#126747)

This commit is contained in:
Hood Chatham 2024-11-13 21:57:33 +01:00 committed by GitHub
parent 35010b8cf2
commit 142104ce78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 195 additions and 134 deletions

View file

@ -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"