From 91d0f41a2f7322d11783deb182549dc6e7f20390 Mon Sep 17 00:00:00 2001 From: Akash Patel <17132214+acxz@users.noreply.github.com> Date: Tue, 6 Oct 2020 19:09:44 -0400 Subject: [PATCH] [CI] remove unsupported experimental_ui_deduplicate bazel flag (#11238) --- .bazelrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 32af870a8..3684885a2 100644 --- a/.bazelrc +++ b/.bazelrc @@ -7,7 +7,6 @@ build --enable_platform_specific_config build --action_env=PATH # For --compilation_mode=dbg, consider enabling checks in the standard library as well (below). build --compilation_mode=opt -build --experimental_ui_deduplicate # This workaround is needed to prevent Bazel from compiling the same file twice (once PIC and once not). build:linux --force_pic build:macos --force_pic