Skip to content

Commit 9fa38df

Browse files
authored
fix(bcr): add mandatory gazelle bcr presubmit attrs (#1894)
The same as in f1d1732. Fixes that were needed in [bazel/bazel-central-registry#2019](bazelbuild/bazel-central-registry#2019).
1 parent 407826a commit 9fa38df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bcr/gazelle/presubmit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ bcr_test_module:
1616
module_path: "../examples/bzlmod_build_file_generation"
1717
matrix:
1818
platform: ["debian11", "macos", "ubuntu2004", "windows"]
19+
bazel: [6.x, 7.x]
1920
tasks:
2021
run_tests:
2122
name: "Run test module"
2223
platform: ${{ platform }}
24+
bazel: ${{ bazel }}
2325
build_targets:
2426
- "//..."
2527
- ":modules_map"

0 commit comments

Comments
 (0)