@@ -36,15 +36,6 @@ test --test_output=errors
36
36
# See https://docs.bazel.build/versions/master/user-manual.html#flag--workspace_status_command
37
37
build:release --workspace_status_command="node ./tools/bazel-stamp-vars.js"
38
38
39
- ###############################
40
- # Typescript / Angular / Sass #
41
- ###############################
42
-
43
- # Make compilation fast, by keeping a few copies of the compilers
44
- # running as daemons, and cache SourceFile AST's to reduce parse time.
45
- build --strategy=TypeScriptCompile=worker
46
- build --strategy=AngularTemplateCompile=worker
47
-
48
39
################################
49
40
# Temporary Settings for Ivy #
50
41
################################
@@ -61,12 +52,9 @@ build --define=compile=legacy
61
52
build:remote --remote_instance_name=projects/internal-200822/instances/default_instance
62
53
build:remote --project_id=internal-200822
63
54
64
- # Setup the build strategy for various types of actions. Mixing "local" and "remote"
65
- # can cause unexpected results and we want to run everything remotely if possible.
66
- build:remote --spawn_strategy=remote,local
67
- build:remote --strategy=Javac=remote
68
- build:remote --strategy=Closure=remote
69
- build:remote --strategy=Genrule=remote
55
+ # Setup the build strategy for various types of actions. Strategies are sorted
56
+ # based on priority. https://blog.bazel.build/2019/06/19/list-strategy.html
57
+ build:remote --spawn_strategy=remote,worker,local
70
58
build:remote --define=EXECUTOR=remote
71
59
72
60
# Setup the remote build execution servers.
0 commit comments