File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33set -e -x -o pipefail
44
55
6- dockcross_version=20240404-2c6c0a5
6+ dockcross_version=20250109-7bf589c
77
8- podman pull docker.io/dockcross/manylinux2014 -x64:$dockcross_version
9- podman run --rm docker.io/dockcross/manylinux2014 -x64:$dockcross_version > ./dockcross-x64
8+ podman pull docker.io/dockcross/manylinux_2_28 -x64:$dockcross_version
9+ podman run --rm docker.io/dockcross/manylinux_2_28 -x64:$dockcross_version > ./dockcross-x64
1010chmod +x ./dockcross-x64
1111
1212./dockcross-x64 cmake -Bbuild -S. -GNinja
1919rm -rf build
2020
2121
22- manylinux_version=2024-04-02-96b33b9
22+ manylinux_version=2025.01.24-1
2323
2424cat << EOF
2525
@@ -32,5 +32,5 @@ once before running the following commands on an amd64 system.
3232
3333EOF
3434
35- podman pull quay.io/pypa/manylinux2014_aarch64 :$manylinux_version
36- podman run -it --rm -v $( pwd) :/work quay.io/pypa/manylinux2014_aarch64 :$manylinux_version /work/manylinux-internal.sh
35+ podman pull quay.io/pypa/manylinux_2_28_aarch64 :$manylinux_version
36+ podman run -it --rm -v $( pwd) :/work quay.io/pypa/manylinux_2_28_aarch64 :$manylinux_version /work/manylinux-internal.sh
You can’t perform that action at this time.
0 commit comments