summaryrefslogtreecommitdiff
path: root/azure
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2020-05-07 22:55:20 +0200
committerGeorge Peter Banyard <girgias@php.net>2021-03-03 18:33:50 +0000
commitc3165467f528af468b553db9efeefc6ad55a3b9c (patch)
tree7ee1838bbbe3f933c44ddc471b1e6ab8fcc761ae /azure
parent2dc2436e08e1c80247a940dedeae67135e1c233a (diff)
downloadphp-git-c3165467f528af468b553db9efeefc6ad55a3b9c.tar.gz
Replaced deprecated `hw.ncpu` with `hm. logicalcpu`
Found that at ziglang/zig#1252. Closes GH-5541
Diffstat (limited to 'azure')
-rw-r--r--azure/macos/job.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure/macos/job.yml b/azure/macos/job.yml
index de22bbb2dd..ed2e8d9d22 100644
--- a/azure/macos/job.yml
+++ b/azure/macos/job.yml
@@ -71,7 +71,7 @@ jobs:
displayName: 'Configure Build'
- script: |
export PATH="/usr/local/opt/bison/bin:$PATH"
- make -j$(sysctl -n hw.ncpu) >/dev/null
+ make -j$(sysctl -n hw.logicalcpu) >/dev/null
displayName: 'Make Build'
- script: |
sudo make install