Commit ed8b585
committed
Limit riscv64 wheel build parallelism
Cap the CMake/Ninja build jobs to two when cibuildwheel is targeting riscv64. The riscv64 job runs under QEMU on GitHub-hosted runners; unconstrained Ninja parallelism can fan out across all host cores and make the emulated build look stuck or run much slower than a small, steady job count.\n\nThis keeps RVV enabled and leaves the default unconstrained parallel build behavior unchanged for native Linux, macOS, and Windows wheels. EMBEDDINGS_CPP_BUILD_JOBS remains available as an explicit override for maintainers and self-hosted runners.1 parent d1d6686 commit ed8b585
1 file changed
Lines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
44 | 57 | | |
45 | 58 | | |
46 | 59 | | |
| |||
145 | 158 | | |
146 | 159 | | |
147 | 160 | | |
148 | | - | |
149 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
150 | 165 | | |
151 | 166 | | |
152 | 167 | | |
| |||
0 commit comments