Skip to content

Commit

Permalink
enable list-based execution strategy for bazel rbe build
Browse files Browse the repository at this point in the history
set --incompatible_list_based_execution_strategy_selection=true

Fixing #8372

Closes #8434.

PiperOrigin-RevId: 249417095
  • Loading branch information
ishikhman authored and copybara-github committed May 22, 2019
1 parent 88a313d commit 207c24f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ build:remote --extra_execution_platforms=//:rbe_highcpu_platform
build:remote --host_platform=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804:default_platform
build:remote --platforms=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804:default_platform

build:remote --spawn_strategy=remote
build:remote --strategy=Javac=remote
build:remote --strategy=Closure=remote
build:remote --strategy=Genrule=remote
# TODO(ishikhman): Remove this flag after upgrading Bazel to 0.27.0
build:remote --incompatible_list_based_execution_strategy_selection

build:remote --define=EXECUTOR=remote

build:remote --remote_instance_name=projects/bazel-untrusted/instances/default_instance
Expand All @@ -28,5 +27,4 @@ build:remote --action_env=PATH=/bin:/usr/bin:/usr/local/bin
build:remote --disk_cache=

# Flags for Android
build:remote --strategy=DexBuilder=remote # RBE C++ toolchain is built for RBE container
build:remote --noexperimental_check_desugar_deps # Workaround for singlejar incompatibility with RBE

0 comments on commit 207c24f

Please sign in to comment.