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.
hw.ncpu
hm. logicalcpu
1 parent 2dc2436 commit c316546Copy full SHA for c316546
azure/macos/job.yml
@@ -71,7 +71,7 @@ jobs:
71
displayName: 'Configure Build'
72
- script: |
73
export PATH="/usr/local/opt/bison/bin:$PATH"
74
- make -j$(sysctl -n hw.ncpu) >/dev/null
+ make -j$(sysctl -n hw.logicalcpu) >/dev/null
75
displayName: 'Make Build'
76
77
sudo make install
0 commit comments