Skip to content

Commit

Permalink
[CI] remove unsupported experimental_ui_deduplicate bazel flag (#11238)
Browse files Browse the repository at this point in the history
  • Loading branch information
acxz authored Oct 6, 2020
1 parent 3b76def commit 91d0f41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91d0f41

Please sign in to comment.