Skip to content

Commit

Permalink
skip cp39 on musllinux_aarch64, because of whell frquencey hangup
Browse files Browse the repository at this point in the history
  • Loading branch information
graphenn committed Jan 11, 2024
1 parent 39b09b2 commit f5f02e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: [pp310, cp37, cp38, cp39, cp310, cp311, cp312]
exclude:
# pp310, cp37, cp38 on musllinux is not support
# cp310 on musllinux build wheel process may hangup, ignore it
# cp39, cp310 on musllinux_aarch64, wheel building may hangup, ignore it
- buildplat: [ubuntu-22.04, musllinux_x86_64]
python-version: cp37
- buildplat: [ubuntu-22.04, musllinux_x86_64]
Expand All @@ -43,6 +43,8 @@ jobs:
python-version: cp37
- buildplat: [ubuntu-22.04, musllinux_aarch64]
python-version: cp38
- buildplat: [ubuntu-22.04, musllinux_aarch64]
python-version: cp39
- buildplat: [ubuntu-22.04, musllinux_aarch64]
python-version: cp310
- buildplat: [ubuntu-22.04, musllinux_aarch64]
Expand Down

0 comments on commit f5f02e8

Please sign in to comment.