File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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"
150150# Note: the below skip command doesn't do much currently, the platforms to
151151# build wheels for in CI are controlled in `.github/workflows/wheels.yml` and
152152# `tools/ci/cirrus_wheels.yml`.
153- skip = " cp36-* cp37-* cp-38* pp37-* pp38-* *-manylinux_i686 *_ppc64le *_s390x *-musllinux_aarch64 "
153+ skip = " cp36-* cp37-* cp-38* pp37-* pp38-* *-manylinux_i686 *_ppc64le *_s390x"
154154build-verbosity = " 3"
155155before-build = " bash {project}/tools/wheels/cibw_before_build.sh {project}"
156156config-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:
1717 image : family/docker-builder-arm64
1818 architecture : arm64
1919 platform : linux
20- cpu : 2
20+ cpu : 1
2121 memory : 8G
2222 matrix :
2323 # 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