From 8afd63e9e4455a71175853d21798a407f9162b40 Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Mon, 14 Sep 2026 13:28:34 -0700 Subject: [PATCH 1/2] test: Add bazel 9 to BCR presubmit --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index c0e246b..f84d801 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -2,7 +2,7 @@ bcr_test_module: module_path: "e2e/smoke" matrix: platform: ["debian11", "ubuntu2004"] - bazel: ["8.x", "7.x"] + bazel: ["8.x", "7.x", "9.x"] tasks: run_tests: name: "Run test module" From 9b254a558cd8279eb5a42553d9255ab5b1948149 Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Mon, 14 Sep 2026 13:28:55 -0700 Subject: [PATCH 2/2] test: Update BCR precommit to account for hermetic toolchain --- .bcr/presubmit.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index f84d801..7f22478 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -8,8 +8,5 @@ bcr_test_module: name: "Run test module" platform: ${{ platform }} bazel: ${{ bazel }} - shell_commands: - - sudo apt-get update - - sudo apt-get install -y device-tree-compiler test_targets: - "//..."