Skip to content

Commit

Permalink
Fix up BCR presubmit (#236)
Browse files Browse the repository at this point in the history
* Set module_path
* Stop testing on Windows - it turns out contrib_rules_jvm currently
  doesn't work on Windows in a number of ways.
  • Loading branch information
illicitonion authored Jan 9, 2024
1 parent c658c3a commit bc11fb4
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
@@ -1,6 +1,7 @@
bcr_test_module:
module_path: ""
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
platform: ["debian10", "macos", "ubuntu2004"]
tasks:
gazelle:
working_directory: "examples/gazelle"
Expand Down

0 comments on commit bc11fb4

Please sign in to comment.