Skip to content

Commit 9bba637

Browse files
authored
Run stardoc with older bazel (#1466)
Just to make CI green for now
1 parent ce89d74 commit 9bba637

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.bazelci/presubmit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ tasks:
126126

127127
doc_tests:
128128
name: "Doc tests"
129-
bazel: last_green
129+
# TODO: Bump when https://github.com/bazelbuild/stardoc/issues/94#issuecomment-2492218404 is resolved
130+
bazel: 7.x
130131
<<: *linux_environment
131132
shell_commands:
132133
- "echo --- Downloading and extracting Swift $SWIFT_VERSION to $SWIFT_HOME"

0 commit comments

Comments
 (0)