Skip to content

Commit ecdc6b2

Browse files
committed
ENH: Update manylinux images to latest tagged version
These updated images add Net-wide Assembler (NASM).
1 parent 0f5effc commit ecdc6b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/dockcross-manylinux-build-module-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
MANYLINUX_VERSION=_2_28
21-
IMAGE_TAG=20221108-102ebcc
21+
IMAGE_TAG=20221128-2024e4b
2222

2323
# Generate dockcross scripts
2424
docker run --rm dockcross/manylinux${MANYLINUX_VERSION}-x64:${IMAGE_TAG} > /tmp/dockcross-manylinux-x64

scripts/dockcross-manylinux-build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# scripts/dockcross-manylinux-build-wheels.sh cp39
99

1010
MANYLINUX_VERSION=_2_28
11-
IMAGE_TAG=20221108-102ebcc
11+
IMAGE_TAG=20221128-2024e4b
1212

1313
# Generate dockcross scripts
1414
docker run --rm dockcross/manylinux${MANYLINUX_VERSION}-x64:${IMAGE_TAG} > /tmp/dockcross-manylinux-x64

0 commit comments

Comments
 (0)