tukaani-project / xz

XZ Utils
https://tukaani.org/xz/
Other
503 stars 40 forks source link

CI: Use only the active CPUs on macOS #108

Closed ryandesign closed 3 months ago

ryandesign commented 3 months ago

hw.ncpu counts all CPUs including inactive ones. hw.activecpu counts only the active CPUs.

shighetari commented 3 months ago

Much appreciated!