Skip to content

Commit

Permalink
Build script:
Browse files Browse the repository at this point in the history
* Display openssl version at the start of MacOS build.
  • Loading branch information
mikeov committed Dec 7, 2024
1 parent 839d9f2 commit e17602a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,10 @@ elif [ x"$BUILD_OS_NAME" = x'osx' ]; then
fi
make rat clean
sysctl machdep.cpu || true
df -h || true
xcode-select --version || true
clang --version || true
df -h || true
openssl version || true
cpu_count=$(sysctl -n hw.ncpu)
expr "$cpu_count" : '^[0-9]*$' >/dev/null 2>&1 || cpu_count=2
do_build -j "$cpu_count"
Expand Down

0 comments on commit e17602a

Please sign in to comment.