From 26536e4d831f48ef5e8e8c5980b41a004a4fd1a3 Mon Sep 17 00:00:00 2001 From: James Sharpe Date: Tue, 13 Aug 2024 21:05:00 +0100 Subject: [PATCH] Update BCR presubmit (#1259) --- .bcr/presubmit.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 66b8d3410..23ef4201a 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,9 +1,11 @@ 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_foreign_cc//toolchains:make_tool" + - "@rules_foreign_cc//toolchains/private:make_tool"