Skip to content

Commit

Permalink
[WIP] Disable musllinux for aarch64 as they take too long to build
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Sep 25, 2023
1 parent 4722745 commit e8c7a63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ env:
CIBW_BUILD_VERBOSITY: 1
CIBW_TEST_COMMAND: python -c "import sys, numexpr; sys.exit(0 if numexpr.test().wasSuccessful() else 1)"
#CIBW_TEST_SKIP: "*macosx*arm64*"
#CIBW_SKIP: "*musllinux*"
# Building for musllinux and aarch64 takes way too much time.
# NumPy is adding musllinux for just x86_64 too, so this is not too bad.
CIBW_SKIP: "*musllinux*aarch64*"

jobs:
build_wheels:
Expand Down

0 comments on commit e8c7a63

Please sign in to comment.