aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUebelAndre <github@uebelandre.com>2024-02-09 06:52:29 -0800
committerGitHub <noreply@github.com>2024-02-09 14:52:29 +0000
commit7ce81c1e28c0eedffda2b61fa14ce223016054f8 (patch)
tree1bbe1baa1e4f92c4c2182f3a15d9ea4ad3e8f5e2
parent3962d128a1ae20d39fb9bb4ab26d75c0441ad6f7 (diff)
downloadbazelbuild-rules_rust-7ce81c1e28c0eedffda2b61fa14ce223016054f8.tar.gz
Add Bazel version matrix to bzlmod builds (#2469)
Relates to https://github.com/bazelbuild/bazel-central-registry/pull/1387
-rw-r--r--.bcr/presubmit.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml
index 4d1810a4..a7618d07 100644
--- a/.bcr/presubmit.yml
+++ b/.bcr/presubmit.yml
@@ -2,11 +2,13 @@ bcr_test_module:
module_path: ""
matrix:
platform: ["macos", "ubuntu2004"]
+ bazel: ["6.x", "7.x"]
tasks:
run_tests:
working_directory: examples/bzlmod/hello_world
name: "Run test module"
platform: ${{ platform }}
+ bazel: ${{ bazel }}
run_targets:
- "//third-party:vendor"
- "@rules_rust//tools/rust_analyzer:gen_rust_project"