From dc0497aaae4f648fffe0d88050ea219439d530f4 Mon Sep 17 00:00:00 2001 From: Brentley Jones Date: Thu, 11 Sep 2025 14:49:23 -0500 Subject: [PATCH] Lock `last_green` until a BEP bug is fixed Signed-off-by: Brentley Jones --- .bazelci/presubmit.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 5d454ff9b..d3e4532e4 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -98,7 +98,9 @@ tasks: ubuntu2004_last_green: name: "Last Green Bazel" - bazel: last_green + # TODO: Use `last_green` when https://github.com/bazelbuild/bazel/issues/26962 is fixed + # bazel: last_green + bazel: 0522f8e58bf864005207eb8f09162d35ddd1f678 shell_commands: - "echo --- Downloading and extracting Swift $SWIFT_VERSION to $SWIFT_HOME" - "mkdir $SWIFT_HOME"