Skip to content

Commit

Permalink
Test only linux x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Sep 9, 2024
1 parent 0197873 commit 375ba71
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ jobs:
platform:
- runner: ubuntu-latest
target: x86_64
- runner: ubuntu-latest
target: x86
- runner: ubuntu-latest
target: aarch64
- runner: ubuntu-latest
target: armv7
- runner: ubuntu-latest
target: s390x
- runner: ubuntu-latest
target: ppc64le
# - runner: ubuntu-latest
# target: x86
# - runner: ubuntu-latest
# target: aarch64
# - runner: ubuntu-latest
# target: armv7
# - runner: ubuntu-latest
# target: s390x
# - runner: ubuntu-latest
# target: ppc64le
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -50,6 +50,9 @@ jobs:
--out dist
--find-interpreter
sccache: "true"
before-script-linux: |
apt-get update
apt-get install pkg-config libssl-dev
manylinux: auto
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -64,12 +67,12 @@ jobs:
platform:
- runner: ubuntu-latest
target: x86_64
- runner: ubuntu-latest
target: x86
- runner: ubuntu-latest
target: aarch64
- runner: ubuntu-latest
target: armv7
# - runner: ubuntu-latest
# target: x86
# - runner: ubuntu-latest
# target: aarch64
# - runner: ubuntu-latest
# target: armv7
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -82,8 +85,8 @@ jobs:
args: --release --out dist --find-interpreter --manifest-path popgetter_py/Cargo.toml
sccache: "true"
before-script-linux: |
sudo apt-get update
sudo apt-get install pkg-config libssl-dev
apt-get update
apt-get install -y pkg-config libssl-dev
manylinux: musllinux_1_2
# See: https://github.com/pola-rs/polars/blob/main/.github/workflows/release-python.yml
- name: Test wheel
Expand Down

0 comments on commit 375ba71

Please sign in to comment.