Skip to content

Commit

Permalink
Disable proto targets on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinh Tran committed Oct 27, 2023
1 parent 90d5423 commit 62cc8ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ default_macos_targets: &default_macos_targets
default_windows_targets: &default_windows_targets
- "--" # Allows negative patterns; hack for https://github.com/bazelbuild/continuous-integration/pull/245
- "//..."
- "-//test/proto/..."
- "-//test/unit/pipelined_compilation/..."
# The proto rules do not work on windows
- "-//proto/..."
- "-//test/proto/..."
crate_universe_vendor_example_targets: &crate_universe_vendor_example_targets
- "//vendor_external:crates_vendor"
- "//vendor_local_manifests:crates_vendor"
Expand Down Expand Up @@ -412,6 +414,7 @@ tasks:
- "//..."
# The proto rules do not work on windows
- "-//proto/..."
- "-//test/proto/..."
# The wasm rules do not work on windows
- "-//wasm/..."
# The bindgen rules are currently broken on windows
Expand Down

0 comments on commit 62cc8ee

Please sign in to comment.