Skip to content

Commit

Permalink
Merge pull request #784 from messense/manylinux_2_24
Browse files Browse the repository at this point in the history
Replace auditwheel manylinux2010 with 2_24
  • Loading branch information
messense authored Jan 22, 2022
2 parents f52d8ff + 69f3092 commit 2c573f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
manylinux: [ '2010', '2014' ]
manylinux: [ '2014', '2_24' ]
env:
# Install rust in the workspace so it gets mounted into the docker container
RUSTUP_HOME: .rustup
Expand All @@ -136,8 +136,8 @@ jobs:
key: auditwheel-test-crates-${{ runner.os }}-${{ hashFiles('test-crates/*/Cargo.lock') }}
# Do a bit of if-switching since the docker url doesn't support substitutions
- name: Compliant Build
if: matrix.manylinux == '2010'
uses: docker://quay.io/pypa/manylinux2010_x86_64
if: matrix.manylinux == '2_24'
uses: docker://quay.io/pypa/manylinux_2_24_x86_64
with:
entrypoint: /bin/bash
args: -c "PATH=/github/workspace/.cargo/bin:$PATH tests/manylinux_compliant.sh ${{ matrix.manylinux }}"
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c573f7

Please sign in to comment.