gh-89640: properly detect float word ordering on Linux (#125571)

autoconf-archive patch by Dan Amelang.
This commit is contained in:
Erlend E. Aasland 2024-10-26 17:46:46 +02:00 committed by GitHub
parent a78d5b3242
commit 26d627779f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 73 additions and 13 deletions

View file

@ -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.11.11293396815
image: ghcr.io/python/autoconf:2024.10.16.11360930377
timeout-minutes: 60
needs: check_source
if: needs.check_source.outputs.run_tests == 'true'