diff options
author | Derek Mauro <dmauro@google.com> | 2022-05-23 08:36:09 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-05-23 08:37:17 -0700 |
commit | 2d492a13c652df2d3fa9b4712cb4ac91f120478c (patch) | |
tree | 911441a10d40f1b21ba2fd62522ccae7bde1751b /ci | |
parent | 09eac4d507d010b533665f75673d17c07d3934c6 (diff) |
Update Bazel used on MacOS CI
PiperOrigin-RevId: 450446058
Change-Id: I22a878bf04cf56b8a0e1dd049353acd2f6933828
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/macos_xcode_bazel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/macos_xcode_bazel.sh b/ci/macos_xcode_bazel.sh index 1e29311f..8d69f1de 100755 --- a/ci/macos_xcode_bazel.sh +++ b/ci/macos_xcode_bazel.sh @@ -24,7 +24,7 @@ if [[ -z ${ABSEIL_ROOT:-} ]]; then fi # If we are running on Kokoro, check for a versioned Bazel binary. -KOKORO_GFILE_BAZEL_BIN="bazel-3.7.0-darwin-x86_64" +KOKORO_GFILE_BAZEL_BIN="bazel-5.1.1-darwin-x86_64" if [[ ${KOKORO_GFILE_DIR:-} ]] && [[ -f ${KOKORO_GFILE_DIR}/${KOKORO_GFILE_BAZEL_BIN} ]]; then BAZEL_BIN="${KOKORO_GFILE_DIR}/${KOKORO_GFILE_BAZEL_BIN}" chmod +x ${BAZEL_BIN} |