Skip to content

Commit 4b33c6e

Browse files
josephperrottjkrems
authored andcommitted
ci: prevent NpmPackageExtract from being placed remote cache
Placing all of the node_modules files into remote cache is too much (cherry picked from commit 22bd88c)
1 parent db10af0 commit 4b33c6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .bazelrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ build --enable_runfiles
171171
####################################################
172172

173173
# TODO(josephperrott): investigate if this can be removed eventually.
174-
# Prevents the npm package extract from occuring on RBE which overwhelms our quota
175-
build --modify_execution_info=NpmPackageExtract=+no-remote-exec
174+
# Prevents the npm package extract from occuring or caching on RBE which overwhelms our quota
175+
build --modify_execution_info=NpmPackageExtract=+no-remote
176176

177177
####################################################
178178
# User bazel configuration

0 commit comments

Comments
 (0)