Skip to content

Commit

Permalink
chore: update presubmit.yml (#293)
Browse files Browse the repository at this point in the history
Turn off Windows testing. It's red on BCR. We don't publish windows
binaries for our Rust tools yet.

Upstreaming
bazelbuild/bazel-central-registry@9a64dd6
  • Loading branch information
alexeagle authored Mar 6, 2024
1 parent 862a434 commit 6962d6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ bcr_test_module:
module_path: "e2e/smoke"
matrix:
bazel: ["7.x", "6.x"]
platform: ["debian10", "macos", "ubuntu2004", "windows"]
# TODO(#9): add windows to this list
platform: ["debian10", "macos", "ubuntu2004"]
tasks:
run_tests:
name: "Run test module"
Expand Down

0 comments on commit 6962d6a

Please sign in to comment.