Skip to content

Commit

Permalink
Fix and test with Bazel 8 in BCR (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Nov 26, 2024
1 parent 21a20e1 commit f872940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matrix:
bazel: [6.x, 7.x]
bazel: [6.*, 7.*, 8.*]
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]

tasks:
Expand All @@ -13,7 +13,7 @@ tasks:
bcr_test_module:
module_path: "tests"
matrix:
bazel: [6.x, 7.x]
bazel: [6.*, 7.*, 8.*]
platform: ["debian10", "macos", "ubuntu2004", "windows"]
tasks:
run_tests:
Expand Down
2 changes: 1 addition & 1 deletion tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local_path_override(

bazel_dep(name = "bazel_skylib", version = "1.1.1")
bazel_dep(name = "platforms", version = "0.0.4")
bazel_dep(name = "rules_cc", version = "0.0.12")
bazel_dep(name = "rules_cc", version = "0.0.17")
bazel_dep(name = "rules_java", version = "7.2.0")
bazel_dep(name = "stardoc", version = "0.5.0", repo_name = "io_bazel_stardoc")

Expand Down

0 comments on commit f872940

Please sign in to comment.