[3.13] gh-89640: harden float word ordering (#125571 and #126387) (#126429)

Properly detect float word ordering on Linux (gh-125571)

autoconf-archive patch by Dan Amelang.

(cherry picked from commit 26d627779f)

Hardcode WASM float word ordering to little endian (gh-126387)

(cherry picked from commit 532fc08102)
This commit is contained in:
Erlend E. Aasland 2024-11-05 23:18:55 +01:00 committed by GitHub
parent 88e01318c2
commit 9dd3addc0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 114 additions and 66 deletions

View file

@ -89,7 +89,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'