From c1df6f70380d667f1cb4e35dd0a2ec0727075ac9 Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Sun, 13 Aug 2023 18:25:40 -0700 Subject: [PATCH] fix: temporarily drop bazelci runs on windows --- .bazelci/presubmit.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index ee8cb8d5..24924ef2 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -3,7 +3,6 @@ matrix: platform: - ubuntu2004 - macos - - windows tasks: build: @@ -15,7 +14,7 @@ tasks: bcr_test_module: module_path: "example/integration_tests/bzlmod" matrix: - platform: ["debian10", "macos", "ubuntu2004", "windows"] + platform: ["debian10", "macos", "ubuntu2004"] tasks: build_bzlmod_test: name: "Build test module"