Skip to content

Commit 1738faf

Browse files
authored
chore: change bcr presubmit to drop bazel 6, add last_rc (bazel 8) (#2404)
This removes Bazel 6 and adds last_rc (Bazel 8) in our BCR presubmit config. Right now, BCR releases fail because they try to test with Bazel 6, which doesn't work.
1 parent 7b95ea6 commit 1738faf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.bcr/gazelle/presubmit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ bcr_test_module:
1616
module_path: "../examples/bzlmod_build_file_generation"
1717
matrix:
1818
platform: ["debian11", "macos", "ubuntu2004", "windows"]
19-
bazel: [6.x, 7.x]
19+
# last_rc is to get latest 8.x release. Replace with 8.x when available.
20+
bazel: [7.x, last_rc]
2021
tasks:
2122
run_tests:
2223
name: "Run test module"

.bcr/presubmit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ bcr_test_module:
1616
module_path: "examples/bzlmod"
1717
matrix:
1818
platform: ["debian11", "macos", "ubuntu2004", "windows"]
19-
bazel: [6.x, 7.x]
19+
# last_rc is to get latest 8.x release. Replace with 8.x when available.
20+
bazel: [7.x, last_rc]
2021
tasks:
2122
run_tests:
2223
name: "Run test module"

0 commit comments

Comments
 (0)