From 44aec0a793492ec9ffbef1c7ea7697043fd38750 Mon Sep 17 00:00:00 2001 From: Krasimir Georgiev Date: Mon, 27 Mar 2023 11:43:33 +0200 Subject: [PATCH] ci: fix test config in cc_common_link_ubuntu2004 (#1904) --- .bazelci/presubmit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 942a5317af..1715758759 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -496,6 +496,8 @@ tasks: - "//..." build_flags: - "--@rules_rust//rust/settings:experimental_use_cc_common_link=True" + test_flags: + - "--@rules_rust//rust/settings:experimental_use_cc_common_link=True" android_examples_ubuntu2004: name: Android Examples platform: ubuntu2004