Skip to content

Commit

Permalink
Build script:
Browse files Browse the repository at this point in the history
* Add Xcode and clang versions diagnostic display on mac os builds.
  • Loading branch information
mikeov committed Nov 11, 2024
1 parent d9bfaa6 commit 4a2a9c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,8 @@ elif [ x"$BUILD_OS_NAME" = x'osx' ]; then
fi
make rat clean
sysctl machdep.cpu || true
xcode-select --version || true
clang --version || true
df -h || true
cpu_count=$(sysctl -n hw.ncpu)
expr "$cpu_count" : '^[0-9]*$' >/dev/null 2>&1 || cpu_count=2
Expand Down

0 comments on commit 4a2a9c5

Please sign in to comment.