Skip to content

Commit

Permalink
build: remove build --strategy=TypeScriptCompile=worker flag from .…
Browse files Browse the repository at this point in the history
…bazelrc

This breaks with ts_library on RBE on the update to nodejs rules 0.38.0. Bazel will pickup the first available strategy from the default list, which is remote,worker,sandboxed,local. See bazelbuild/bazel#7480 for more details.
  • Loading branch information
gregmagolan committed Oct 24, 2019
1 parent 1a84904 commit 5a363cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Make TypeScript compilation fast, by keeping a few copies of the compiler
# running as daemons, and cache SourceFile AST's to reduce parse time.
build --strategy=TypeScriptCompile=worker

# Enable debugging tests with --config=debug
test:debug --test_arg=--node_options=--inspect-brk --test_output=streamed --test_strategy=exclusive --test_timeout=9999 --nocache_test_results

Expand Down

0 comments on commit 5a363cc

Please sign in to comment.