diff options
author | Donghee Na <donghee.na@python.org> | 2024-10-11 15:27:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-11 15:27:26 (GMT) |
commit | 08f6bf717118963815d9a3e60578104470fdf3e1 (patch) | |
tree | 357696c3f67832858a6cacc79b1176945c0685fe | |
parent | 2115d76acc14effb3dbb9fedcf21048b2ad62c5e (diff) | |
download | cpython-08f6bf717118963815d9a3e60578104470fdf3e1.zip cpython-08f6bf717118963815d9a3e60578104470fdf3e1.tar.gz cpython-08f6bf717118963815d9a3e60578104470fdf3e1.tar.bz2 |
gh-124612: Update autoconf container image (#125320)
-rwxr-xr-x | Tools/build/regen-configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/build/regen-configure.sh b/Tools/build/regen-configure.sh index efc80c8..1a24b07 100755 --- a/Tools/build/regen-configure.sh +++ b/Tools/build/regen-configure.sh @@ -5,7 +5,7 @@ set -e -x # The check_generated_files 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.06.11200919239" +IMAGE="ghcr.io/python/autoconf:2024.10.11.11293396815" AUTORECONF="autoreconf -ivf -Werror" WORK_DIR="/src" |