From e17602a3d703e37fa09d4110cebd15821d336f01 Mon Sep 17 00:00:00 2001 From: Mike Ovsiannikov Date: Fri, 6 Dec 2024 17:44:37 -0800 Subject: [PATCH] Build script: * Display openssl version at the start of MacOS build. --- travis/script.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/travis/script.sh b/travis/script.sh index b40e0f041..dbd142f34 100755 --- a/travis/script.sh +++ b/travis/script.sh @@ -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"