From 68ea9269e6b00f4a882a26e0438bbbfb2e99c604 Mon Sep 17 00:00:00 2001 From: Ivo List Date: Fri, 13 Sep 2024 20:03:27 +0000 Subject: [PATCH] Add bazel version --- .bcr/presubmit.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 52869b12..902c89c1 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,8 +1,12 @@ matrix: platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"] + bazel: + - 6.x + - 7.x tasks: verify_targets: name: "Verify build targets" platform: ${{ platform }} + bazel: ${{ bazel }} build_targets: - "@rules_cc//cc/..."