From 9fa38df4a18779f79280070a1728eb91a7b1512a Mon Sep 17 00:00:00 2001 From: Ignas Anikevicius <240938+aignas@users.noreply.github.com> Date: Mon, 13 May 2024 11:53:59 +0900 Subject: [PATCH] fix(bcr): add mandatory gazelle bcr presubmit attrs (#1894) The same as in f1d1732b11929671110e6a1b845c8d1a1a67530f. Fixes that were needed in [bazel/bazel-central-registry#2019](https://github.com/bazelbuild/bazel-central-registry/pull/2019). --- .bcr/gazelle/presubmit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bcr/gazelle/presubmit.yml b/.bcr/gazelle/presubmit.yml index 037055d66..659beab52 100644 --- a/.bcr/gazelle/presubmit.yml +++ b/.bcr/gazelle/presubmit.yml @@ -16,10 +16,12 @@ bcr_test_module: module_path: "../examples/bzlmod_build_file_generation" matrix: platform: ["debian11", "macos", "ubuntu2004", "windows"] + bazel: [6.x, 7.x] tasks: run_tests: name: "Run test module" platform: ${{ platform }} + bazel: ${{ bazel }} build_targets: - "//..." - ":modules_map"