We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
last_green
1 parent c240f6f commit dd11346Copy full SHA for dd11346
.bazelci/presubmit.yml
@@ -98,7 +98,9 @@ tasks:
98
99
ubuntu2004_last_green:
100
name: "Last Green Bazel"
101
- bazel: last_green
+ # TODO: Use `last_green` when https://github.com/bazelbuild/bazel/issues/26962 is fixed
102
+ # bazel: last_green
103
+ bazel: 0522f8e58bf864005207eb8f09162d35ddd1f678
104
shell_commands:
105
- "echo --- Downloading and extracting Swift $SWIFT_VERSION to $SWIFT_HOME"
106
- "mkdir $SWIFT_HOME"
0 commit comments