We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afbf8e commit 8affa65Copy full SHA for 8affa65
.bcr/presubmit.yml
@@ -3,7 +3,7 @@ matrix:
3
- macos_arm64
4
- ubuntu2404
5
- windows
6
- bazel: [7.x, 8.x]
+ bazel: [8.x]
7
tasks:
8
verify_targets:
9
name: Verify build targets
MODULE.bazel
@@ -1,7 +1,7 @@
1
module(
2
name = "cxx.rs",
version = "0.0.0",
- bazel_compatibility = [">=7.2.1"],
+ bazel_compatibility = [">=8.0.0"],
compatibility_level = 1,
)
0 commit comments