Skip to content

Commit

Permalink
Revert "ENH: Update manylinux images to latest tagged version"
Browse files Browse the repository at this point in the history
This reverts commit ecdc6b2.
  • Loading branch information
tbirdso committed Nov 30, 2022
1 parent 583e7a6 commit 2d3a552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/dockcross-manylinux-build-module-wheels.sh
Expand Up @@ -28,7 +28,7 @@
#

MANYLINUX_VERSION=${MANYLINUX_VERSION:=_2_28}
IMAGE_TAG=${IMAGE_TAG:=20221128-2024e4b}
IMAGE_TAG=${IMAGE_TAG:=20221108-102ebcc}

# Generate dockcross scripts
docker run --rm dockcross/manylinux${MANYLINUX_VERSION}-x64:${IMAGE_TAG} > /tmp/dockcross-manylinux-x64
Expand Down
2 changes: 1 addition & 1 deletion scripts/dockcross-manylinux-build-wheels.sh
Expand Up @@ -19,7 +19,7 @@
#

MANYLINUX_VERSION=${MANYLINUX_VERSION:=_2_28}
IMAGE_TAG=${IMAGE_TAG:=20221128-2024e4b}
IMAGE_TAG=${IMAGE_TAG:=20221108-102ebcc}

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

0 comments on commit 2d3a552

Please sign in to comment.