From 04b6668dc8e9b56afcc01451c80d607088124790 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Tue, 22 Aug 2023 11:40:18 -0700 Subject: [PATCH] Test --incompatible_objc_provider_remove_linking_info --- .bazelci/presubmit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 0efb704afe..29a680d864 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -16,6 +16,8 @@ x_defaults: - --test_tag_filters=-skipci common_last_green: &common_last_green bazel: last_green + build_flags: + - --incompatible_objc_provider_remove_linking_info test_flags: - --test_tag_filters=-skipci