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 b047189
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ default_windows_targets: &default_windows_targets
- "//..."
- "-//test/proto/..."
- "-//test/unit/pipelined_compilation/..."
# The proto rules do not work on windows
- "-//proto/..."
crate_universe_vendor_example_targets: &crate_universe_vendor_example_targets
- "//vendor_external:crates_vendor"
- "//vendor_local_manifests:crates_vendor"
Expand Down

0 comments on commit b047189

Please sign in to comment.