Skip to content

Commit

Permalink
switch to a newer manylinux (gcc 10 -> 12)
Browse files Browse the repository at this point in the history
  • Loading branch information
whoenig committed Feb 24, 2024
1 parent 64a995f commit d14cc61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
submodules: true

- name: Pull builder image
run: docker pull quay.io/pypa/manylinux2014_x86_64
run: docker pull quay.io/pypa/manylinux_2_28_x86_64

- name: Python version
run: python --version
Expand Down
2 changes: 1 addition & 1 deletion tools/build/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
if [ ! -d /opt/python ]
then
# We are not in the image, start the image with the build script
$DOCKER run --rm -v $(realpath $(dirname $0)/../..):/io quay.io/pypa/manylinux2014_x86_64 /io/tools/build/build-wheels.sh $PYVERSION
$DOCKER run --rm -v $(realpath $(dirname $0)/../..):/io quay.io/pypa/manylinux_2_28_x86_64 /io/tools/build/build-wheels.sh $PYVERSION
else
# We are in the image, building!
PYVERCL=${PYVERSION//./}
Expand Down

0 comments on commit d14cc61

Please sign in to comment.