Skip to content

Commit dd11346

Browse files
Lock last_green until a BEP bug is fixed (#1569)
bazelbuild/bazel#26962 Signed-off-by: Brentley Jones <[email protected]>
1 parent c240f6f commit dd11346

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.bazelci/presubmit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ tasks:
9898

9999
ubuntu2004_last_green:
100100
name: "Last Green Bazel"
101-
bazel: last_green
101+
# TODO: Use `last_green` when https://github.com/bazelbuild/bazel/issues/26962 is fixed
102+
# bazel: last_green
103+
bazel: 0522f8e58bf864005207eb8f09162d35ddd1f678
102104
shell_commands:
103105
- "echo --- Downloading and extracting Swift $SWIFT_VERSION to $SWIFT_HOME"
104106
- "mkdir $SWIFT_HOME"

0 commit comments

Comments
 (0)