We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89c6e9 commit a5a42a9Copy full SHA for a5a42a9
.github/workflows/build-wheels-cpu.yaml
@@ -98,7 +98,7 @@ jobs:
98
steps:
99
- uses: actions/checkout@v4
100
with:
101
- submodules: "recursive"
+ submodules: "recursive"
102
103
# - name: Set up QEMU
104
# uses: docker/setup-qemu-action@v3
@@ -116,7 +116,7 @@ jobs:
116
CIBW_SKIP: "*musllinux* pp*"
117
CIBW_ARCHS: "aarch64"
118
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
119
- CMAKE_BUILD_PARALLEL_LEVEL: 4
+ CMAKE_BUILD_PARALLEL_LEVEL: $(nproc)
120
121
output-dir: wheelhouse
122
0 commit comments