mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Properly detect float word ordering on Linux (gh-125571) autoconf-archive patch by Dan Amelang. (cherry picked from commit26d627779f) Hardcode WASM float word ordering to little endian (gh-126387) (cherry picked from commit532fc08102)
This commit is contained in:
parent
88e01318c2
commit
9dd3addc0c
8 changed files with 114 additions and 66 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue