From f053c97e77f3e183434a739d174cc970d59179c4 Mon Sep 17 00:00:00 2001 From: Brentley Jones Date: Fri, 12 Sep 2025 08:16:50 -0500 Subject: [PATCH] Revert "Lock `last_green` until a BEP bug is fixed (#1569)" This reverts commit dd1134605a80e67303aceb69f8ffece39228a31a. --- .bazelci/presubmit.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index d3e4532e4..5d454ff9b 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -98,9 +98,7 @@ tasks: ubuntu2004_last_green: name: "Last Green Bazel" - # TODO: Use `last_green` when https://github.com/bazelbuild/bazel/issues/26962 is fixed - # bazel: last_green - bazel: 0522f8e58bf864005207eb8f09162d35ddd1f678 + bazel: last_green shell_commands: - "echo --- Downloading and extracting Swift $SWIFT_VERSION to $SWIFT_HOME" - "mkdir $SWIFT_HOME"