8000 BLD: musllinux_aarch64 [wheel build] · numpy/numpy@32547ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 32547ae

Browse files
committed
BLD: musllinux_aarch64 [wheel build]
1 parent 9f6789c commit 32547ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-* *-manylinux_i686 *_ppc64le *_s390x *-musllinux_aarch64"
153+
skip = "cp36-* cp37-* cp-38* pp37-* *-manylinux_i686 *_ppc64le *_s390x"
154154
build-verbosity = "3"
155155
before-build = "bash {project}/tools/wheels/cibw_before_build.sh {project}"
156156
config-settings = "setup-args=-Duse-ilp64=true setup-args=-Dblas=openblas setup-args=-Dlapack=openblas setup-args=-Dblas-symbol-suffix=64_"

tools/ci/cirrus_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
0