File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ tracker = "https://github.com/numpy/numpy/issues"
150
150
# Note: the below skip command doesn't do much currently, the platforms to
151
151
# build wheels for in CI are controlled in `.github/workflows/wheels.yml` and
152
152
# `tools/ci/cirrus_wheels.yml`.
153
- skip = " cp36-* cp37-* cp-38* pp37-* *-manylinux_i686 *_ppc64le *_s390x *-musllinux_aarch64 "
153
+ skip = " cp36-* cp37-* cp-38* pp37-* *-manylinux_i686 *_ppc64le *_s390x"
154
154
build-verbosity = " 3"
155
155
before-build = " bash {project}/tools/wheels/cibw_before_build.sh {project}"
156
156
config-settings = " setup-args=-Duse-ilp64=true setup-args=-Dblas=openblas setup-args=-Dlapack=openblas setup-args=-Dblas-symbol-suffix=64_"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ linux_aarch64_task:
17
17
image : family/docker-builder-arm64
18
18
architecture : arm64
19
19
platform : linux
20
- cpu : 2
20
+ cpu : 1
21
21
memory : 8G
22
22
matrix :
23
23
# build in a matrix because building and testing all four wheels in a
You can’t perform that action at this time.
0 commit comments