@@ -36,16 +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
- build --strategy=SassCompiler=worker
48
-
49
39
################################
50
40
# Temporary Settings for Ivy #
51
41
################################
@@ -62,12 +52,7 @@ build --define=compile=legacy
62
52
build:remote --remote_instance_name=projects/internal-200822/instances/default_instance
63
53
build:remote --project_id=internal-200822
64
54
65
- # Setup the build strategy for various types of actions. Mixing "local" and "remote"
66
- # can cause unexpected results and we want to run everything remotely if possible.
67
- build:remote --spawn_strategy=remote,local
68
- build:remote --strategy=Javac=remote
69
- build:remote --strategy=Closure=remote
70
- build:remote --strategy=Genrule=remote
55
+ # Needed due to: https://github.com/bazelbuild/bazel/issues/7254
71
56
build:remote --define=EXECUTOR=remote
72
57
73
58
# Setup the remote build execution servers.
0 commit comments