Skip to content

Commit

Permalink
fix: BCR presubmit version and upgrade to Bazel 7.1.1 (#401)
Browse files Browse the repository at this point in the history
- BCR presubmit now requires a Bazel version.
- Upgrade the repo Bazel verison to 71.1 from a pre-release.
  • Loading branch information
cgrindel authored Mar 23, 2024
1 parent 7b55fa7 commit 56a099d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.0rc4
7.1.1
1 change: 1 addition & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ bcr_test_module:
module_path: "examples/bzlmod_e2e"
matrix:
platform: ["macos", "ubuntu2004"]
bazel: ["7.1.1"]
tasks:
run_tests:
name: "Run test module"
Expand Down

0 comments on commit 56a099d

Please sign in to comment.