From a7ec809dbadd36c0d5dd66dfa7234b0a64eb10ff Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Thu, 16 Mar 2023 10:19:25 -0700 Subject: [PATCH] Downgrade bazel last_green to avoid runtime_deps change Revert once https://github.com/bazelbuild/rules_apple/issues/1901 is fixed --- .bazelci/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 2ee588dfa..b5021c633 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -15,7 +15,7 @@ x_defaults: test_flags: - --test_tag_filters=-skipci common_last_green: &common_last_green - bazel: last_green + bazel: 67d9d755552ed9b4fb182ea1e86f3470c62048e4 test_flags: - --test_tag_filters=-skipci