Skip to content

Commit

Permalink
gh-89640: Pull in update to float word order detection in autoconf-ar…
Browse files Browse the repository at this point in the history
…chive (#126747)
  • Loading branch information
hoodmane authored Nov 13, 2024
1 parent 35010b8 commit 142104c
Show file tree
Hide file tree
Showing 5 changed files with 195 additions and 134 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# reproducible: to get the same tools versions (autoconf, aclocal, ...)
runs-on: ubuntu-24.04
container:
image: ghcr.io/python/autoconf:2024.10.16.11360930377
image: ghcr.io/python/autoconf:2024.11.11.11786316759
timeout-minutes: 60
needs: check_source
if: needs.check_source.outputs.run_tests == 'true'
Expand Down
2 changes: 1 addition & 1 deletion Tools/build/regen-configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
96 changes: 82 additions & 14 deletions aclocal.m4

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 142104c

Please sign in to comment.