We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392a114 commit 1bd2197Copy full SHA for 1bd2197
buildscripts/kokoro/macos.sh
@@ -1,12 +1,14 @@
1
#!/bin/bash
2
set -veux -o pipefail
3
+CMAKE_VERSION=3.26.3
4
5
if [[ -f /VERSION ]]; then
6
cat /VERSION
7
fi
8
9
readonly GRPC_JAVA_DIR="$(cd "$(dirname "$0")"/../.. && pwd)"
10
11
+brew install cmake@${CMAKE_VERSION}
12
# We had problems with random tests timing out because it took seconds to do
13
# trivial (ns) operations. The Kokoro Mac machines have 2 cores with 4 logical
14
# threads, so Gradle should be using 4 workers by default.
buildscripts/make_dependencies.sh
@@ -5,7 +5,6 @@ set -evux -o pipefail
PROTOBUF_VERSION=33.1
ABSL_VERSION=20250127.1
-CMAKE_VERSION=3.26.3
# ARCH is x86_64 bit unless otherwise specified.
ARCH="${ARCH:-x86_64}"
0 commit comments