Skip to content

Commit

Permalink
update presubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryang20718 committed Sep 5, 2024
1 parent 14d9485 commit 8b53d91
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,11 @@ tasks:
- "//..."
# The with_global_alloc directory is a repository on its own tested in the 'Build via cc_common.link using a global allocator' task.
- "-//with_global_alloc/..."
coverage_targets:
- "--"
- "//..."
# The with_global_alloc directory is a repository on its own tested in the 'Build via cc_common.link using a global allocator' task.
- "-//with_global_alloc/..."
build_flags:
- "--@rules_rust//rust/settings:experimental_use_cc_common_link=True"
test_flags:
Expand All @@ -551,6 +556,8 @@ tasks:
- "//..."
test_targets:
- "//..."
coverage_targets:
- "//..."
build_flags:
- "--@rules_rust//rust/settings:experimental_use_cc_common_link=True"
- "--@rules_rust//rust/settings:experimental_use_global_allocator=True"
Expand All @@ -565,6 +572,8 @@ tasks:
- "//..."
test_targets:
- "//..."
coverage_targets:
- "//..."
build_flags:
- "--@rules_rust//rust/toolchain/channel=nightly"
- "--@rules_rust//rust/settings:experimental_use_cc_common_link=True"
Expand Down

0 comments on commit 8b53d91

Please sign in to comment.