Skip to content

Commit

Permalink
Try to speed up the musllinux AArch64 build by splitting the differen…
Browse files Browse the repository at this point in the history
…t CPython versions into separate GHA jobs.
  • Loading branch information
scoder committed May 31, 2022
1 parent b9f7074 commit 8f0bf2d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
exclude:
- image: manylinux_2_24_aarch64
pyversion: "*"
- image: musllinux_1_1_aarch64
pyversion: "*"
include:
- image: manylinux2014_aarch64
pyversion: "cp36*"
Expand All @@ -82,6 +84,17 @@ jobs:
- image: manylinux_2_24_aarch64
pyversion: "cp310*"

- image: musllinux_1_1_aarch64
pyversion: "cp36*"
- image: musllinux_1_1_aarch64
pyversion: "cp37*"
- image: musllinux_1_1_aarch64
pyversion: "cp38*"
- image: musllinux_1_1_aarch64
pyversion: "cp39*"
- image: musllinux_1_1_aarch64
pyversion: "cp310*"

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 8f0bf2d

Please sign in to comment.