From 7e55012f5a2d3829a336e163e89e18a77e756f85 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Wed, 1 May 2024 13:29:26 +0100 Subject: [PATCH] Set bazel version when testing bcr support 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: - "//..."