Skip to content

Commit a5a42a9

Browse files
committed
Set arm64 build threads to nproc.
1 parent c89c6e9 commit a5a42a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels-cpu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
steps:
9999
- uses: actions/checkout@v4
100100
with:
101-
submodules: "recursive"
101+
submodules: "recursive"
102102

103103
# - name: Set up QEMU
104104
# uses: docker/setup-qemu-action@v3
@@ -116,7 +116,7 @@ jobs:
116116
CIBW_SKIP: "*musllinux* pp*"
117117
CIBW_ARCHS: "aarch64"
118118
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
119-
CMAKE_BUILD_PARALLEL_LEVEL: 4
119+
CMAKE_BUILD_PARALLEL_LEVEL: $(nproc)
120120
with:
121121
output-dir: wheelhouse
122122

0 commit comments

Comments
 (0)