[CI] remove unsupported experimental_ui_deduplicate bazel flag (#11238)

This commit is contained in:
Akash Patel
2020-10-06 19:09:44 -04:00
committed by GitHub
parent 3b76def2d2
commit 91d0f41a2f
-1
View File
@@ -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