Skip to content

Commit

Permalink
Remove Bazel 6 in BCR presubmits (#19309)
Browse files Browse the repository at this point in the history
* Drop bazel 6 in BCR and add --experimental_google_legacy_api for testing

PiperOrigin-RevId: 681081216

* Remove --experimental_google_legacy_api

---------

Co-authored-by: Mike Kruskal <[email protected]>
  • Loading branch information
zhangskz and mkruskal-google authored Nov 18, 2024
1 parent 325aa80 commit 7537b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
bazel: [6.x, 7.x]
bazel: [7.x]

tasks:
verify_targets:
Expand All @@ -23,7 +23,7 @@ bcr_test_module:
module_path: "examples"
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
bazel: [6.x, 7.x]
bazel: [7.x]
tasks:
run_test_module:
name: "Run test module"
Expand Down

0 comments on commit 7537b03

Please sign in to comment.