From 0362a902a2f850d345835c73e993dc07448628a5 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Mon, 10 Oct 2022 15:00:09 -0700 Subject: [PATCH] Workaround CI issue temporarily https://github.com/bazelbuild/bazel/issues/16446 --- .bazelci/presubmit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 2d5088990..dab4c8033 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -48,7 +48,7 @@ tasks: macos_last_green: name: "Last Green Bazel" - bazel: last_green + bazel: 45ca62c042f3679e60664b9ebe6d24239b390e1d <<: *mac_common macos_latest_head_deps: @@ -71,7 +71,7 @@ tasks: ubuntu2004_last_green: name: "Last Green Bazel" - bazel: last_green + bazel: 45ca62c042f3679e60664b9ebe6d24239b390e1d shell_commands: - "echo --- Downloading and extracting Swift $SWIFT_VERSION to $SWIFT_HOME" - "mkdir $SWIFT_HOME" @@ -92,12 +92,12 @@ tasks: windows_last_green: name: "Last Green Bazel" - bazel: last_green + bazel: 45ca62c042f3679e60664b9ebe6d24239b390e1d <<: *windows_common doc_tests: name: "Doc tests" - bazel: last_green + bazel: 45ca62c042f3679e60664b9ebe6d24239b390e1d platform: ubuntu2004 test_targets: - "doc/..."