From 5e932f1d5d8d6b45db9d9884da65dd7cad52103a Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Wed, 1 May 2024 14:14:38 +0100 Subject: [PATCH] Set bazel version when testing bcr support (#258) Looks like this became required since the last release. --- .bcr/presubmit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 5a79d1dc..371a523b 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -7,6 +7,7 @@ bcr_test_module: working_directory: "examples/gazelle" name: "Gazelle" platform: ${{ platform }} + bazel: "7.x" run_targets: - "//:gazelle" test_targets: @@ -15,5 +16,6 @@ bcr_test_module: working_directory: "examples/tests_and_lints" name: "Tests and lints" platform: ${{ platform }} + bazel: "7.x" test_targets: - "//..."