Skip to content

Commit

Permalink
Add crate universe bzlmod to presubmits.
Browse files Browse the repository at this point in the history
  • Loading branch information
matts1 committed May 22, 2023
1 parent e199b6a commit d61fc8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,12 +344,18 @@ tasks:
- "//..."
build_flags: *aspects_flags
soft_fail: yes
ubuntu2004_examples_bzlmod:
name: Bzlmod Examples
ubuntu2004_examples_bzlmod_hello_world:
name: Bzlmod hello world example
platform: ubuntu2004
working_directory: examples/bzlmod/hello_world
build_targets:
- "//..."
ubuntu2004_examples_bzlmod_crate_universe:
name: Bzlmod crate universe examples
platform: ubuntu2004
working_directory: examples/bzlmod/crate_universe
build_targets:
- "//..."
rbe_ubuntu1604_examples:
name: Examples
platform: rbe_ubuntu1604
Expand Down
1 change: 1 addition & 0 deletions examples/.bazelignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
android
bzlmod
cargo_manifest_dir/external_crate
crate_universe
crate_universe_unnamed
Expand Down

0 comments on commit d61fc8e

Please sign in to comment.