From 42949361dee0c1450f98402fd27c0044180ed231 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Wed, 26 Jun 2024 07:43:25 -0700 Subject: [PATCH 1/2] chore: allow CI testing on Windows --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8754832..c4af3f85 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,6 @@ jobs: # TODO(alex): switch the root folder to bzlmod exclude: | [ - {"os": "windows-latest"}, {"folder": ".", "bazelversion": "6.4.0"}, {"folder": ".", "bzlmodEnabled": true}, {"folder": "e2e/repository-rule-deps", "bzlmodEnabled": false}, From f87d5e03e2385bfb2b5e0b1bdb0c4d71e7def255 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Wed, 26 Jun 2024 07:51:26 -0700 Subject: [PATCH 2/2] Update ci.yaml Don't check BCR patches on windows --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c4af3f85..c696fcb8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ concurrency: jobs: test: - uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v6 + uses: bazel-contrib/.github/.github/workflows/bazel.yaml@d76fcd39cb9e689104db71853e7c1f1053550463 with: folders: '[".", "e2e/smoke", "e2e/repository-rule-deps", "e2e/system-interpreter", "examples/uv_pip_compile"]' # TODO: Build Windows tools and add to toolchain