Skip to content

Commit 8d900a9

Browse files
Set “Bazel LTS” CI to use 6.4.0rc4 (#2690)
This is because Bazel 7 rc1 is now out, so we need to be specific here. Once 6.4.0 is out we can change it to `latest`. And once Bazel 7 is out we can add an LTS-1 CI. Signed-off-by: Brentley Jones <github@brentleyjones.com>
1 parent 29f95e1 commit 8d900a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbuddy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ x_templates:
1717
env: {}
1818
- &bazel_lts
1919
env:
20-
USE_BAZEL_VERSION: last_rc
20+
USE_BAZEL_VERSION: 6.4.0rc4
2121
- &bazel_head
2222
env:
2323
USE_BAZEL_VERSION: last_green

0 commit comments

Comments
 (0)