From bc11fb497b83778f94ffa2de2e44b4e167e94a73 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Tue, 9 Jan 2024 15:16:28 +0000 Subject: [PATCH] Fix up BCR presubmit (#236) * Set module_path * Stop testing on Windows - it turns out contrib_rules_jvm currently doesn't work on Windows in a number of ways. --- .bcr/presubmit.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index d01caf27..5a79d1dc 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,6 +1,7 @@ bcr_test_module: + module_path: "" matrix: - platform: ["debian10", "macos", "ubuntu2004", "windows"] + platform: ["debian10", "macos", "ubuntu2004"] tasks: gazelle: working_directory: "examples/gazelle"