From 8b53d911ad0fb4c0322de29cc326939aea9eecf1 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 5 Sep 2024 17:00:10 +0000 Subject: [PATCH] update presubmit --- .bazelci/presubmit.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 0d1da3ee2e..a8b062f1ef 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -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: @@ -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" @@ -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"