Skip to content

Commit

Permalink
Enable one crate_universe target (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Apr 28, 2021
1 parent a04ff41 commit 4d4218b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,17 +145,18 @@ tasks:
environment:
RULES_RUST_CRATE_UNIVERSE_BOOTSTRAP: true
working_directory: examples/crate_universe
build_flags:
- "--enable_runfiles" # this is not enabled by default on windows and is necessary for the cargo build scripts
crate_universe_windows_targets: &crate_universe_windows_targets
- "//..."
# TODO: There are windows specific build issues in the generated
# depednencies. This should be fixed and all testing enabled.
- "-//basic:test"
# dependencies. This should be fixed and all testing enabled.
- "-//has_aliased_deps/..."
- "-//uses_proc_macro/..."
- "-//uses_sys_crate/..."
build_targets: *crate_universe_windows_targets
# TODO: fix test targets in `crate_universe_windows_targets`
# test_targets: *crate_universe_windows_targets
test_targets: *crate_universe_windows_targets
buildifier:
version: latest
warnings: "all"

0 comments on commit 4d4218b

Please sign in to comment.