Skip to content

Commit

Permalink
build: disable 0.27 incompat flag for selecting strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Jun 15, 2019
1 parent cb2c124 commit d7e4554
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ build --symlink_prefix=dist/
# build --symlink_prefix=/
# however this makes it harder to find outputs.

# This option is changed to true in Bazel 0.27 but exposes a known worker mode bug:
# https://github.com/bazelbuild/rules_typescript/issues/449
# While we are fixing that issue, we need to keep this breaking change disabled
build --incompatible_list_based_execution_strategy_selection=false

# Specifies desired output mode for running tests.
# Valid values are
# 'summary' to output only test status summary
Expand Down

0 comments on commit d7e4554

Please sign in to comment.