mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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
|
@ -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.06.11200919239"
|
||||
IMAGE="ghcr.io/python/autoconf:2024.10.16.11360930377"
|
||||
AUTORECONF="autoreconf -ivf -Werror"
|
||||
|
||||
WORK_DIR="/src"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue