Fix manylinux2014-aarch64 image building

* switch image to crosstool-ng 1.25.0
* remove support of ct-ng 1.13.0 and set 1.25.0 as the default version
This commit is contained in:
Mickaël Guérin
2023-01-27 13:19:09 +01:00
committed by Mickaël Guérin
parent 670f7f7c5c
commit f152c4b25e
10 changed files with 614 additions and 321 deletions

View File

@ -42,7 +42,7 @@ done
# Adding cross compiler path in PATH env variable
export PATH=/usr/xcc/aarch64-unknown-linux-gnueabi/bin:$PATH
export PATH=/usr/xcc/aarch64-unknown-linux-gnu/bin:$PATH
OLD_PATH=$PATH
CROSS_PY_BASE=/opt/_internal
@ -94,8 +94,9 @@ for python_ver in $python_vers; do
export PATH
./configure --prefix=${TARGET_PYPATH} \
--host=aarch64-unknown-linux-gnueabi \
--host=aarch64-unknown-linux-gnu \
--build=x86_64-linux-gnu \
--with-build-python=yes \
--without-ensurepip \
ac_cv_buggy_getaddrinfo=no \
ac_cv_file__dev_ptmx=yes \