File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
run : |
106
106
# A workaround for "The `brew link` step did not complete successfully" error.
107
107
brew install --quiet python@3 || brew link --overwrite python@3
108
- brew install --quiet ninja pkg-config gnu-getopt ccache boost libevent miniupnpc zeromq qt@5 qrencode
108
+ brew install --quiet coreutils ninja pkg-config gnu-getopt ccache boost libevent miniupnpc zeromq qt@5 qrencode
109
109
110
110
- name : Set Ccache directory
111
111
run : echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"
Original file line number Diff line number Diff line change @@ -13,12 +13,11 @@ export LSAN_OPTIONS="suppressions=${BASE_ROOT_DIR}/test/sanitizer_suppressions/l
13
13
export TSAN_OPTIONS=" suppressions=${BASE_ROOT_DIR} /test/sanitizer_suppressions/tsan:halt_on_error=1"
14
14
export UBSAN_OPTIONS=" suppressions=${BASE_ROOT_DIR} /test/sanitizer_suppressions/ubsan:print_stacktrace=1:halt_on_error=1:report_error_type=1"
15
15
16
+ echo " Number of available processing units: $( nproc) "
16
17
if [ " $CI_OS_NAME " == " macos" ]; then
17
18
top -l 1 -s 0 | awk ' /PhysMem/ {print}'
18
- echo " Number of CPUs: $( sysctl -n hw.logicalcpu) "
19
19
else
20
20
free -m -h
21
- echo " Number of CPUs (nproc): $( nproc) "
22
21
echo " System info: $( uname --kernel-name --kernel-release) "
23
22
lscpu
24
23
fi
You can’t perform that action at this time.
0 commit comments