From 459b62f28915c17f677e0a339268b80a4d33c814 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Thu, 16 Mar 2023 10:36:10 -0700 Subject: [PATCH] Downgrade bazel last_green to avoid runtime_deps change (#1902) 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 2ee588dfad..b5021c633a 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