File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,20 @@ build:release --workspace_status_command="node ./tools/bazel-stamp-vars.js"
44
44
# does not generate factory files which are needed for AOT.
45
45
build --define=compile=legacy
46
46
47
+ #######################
48
+ # Remote HTTP Caching #
49
+ #######################
50
+ build --remote_http_cache=https://storage.googleapis.com/angular-team-cache
51
+ build --remote_accept_cached=true
52
+ build --remote_upload_local_results=false
53
+
54
+ ######################################
55
+ # Remote HTTP Caching writes support #
56
+ # Turn on these settings with #
57
+ # --config=-http-caching #
58
+ ######################################
59
+ build:remote-http-caching --remote_upload_local_results=true
60
+
47
61
################################
48
62
# Remote Execution Setup #
49
63
################################
You can’t perform that action at this time.
0 commit comments