Skip to content

Commit

Permalink
ci: prevent NpmPackageExtract from being placed remote cache
Browse files Browse the repository at this point in the history
Placing all of the node_modules files into remote cache is too much
  • Loading branch information
josephperrott authored and jkrems committed Jan 8, 2025
1 parent 8c94d22 commit 22bd88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ build --enable_runfiles
####################################################

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

####################################################
# User bazel configuration
Expand Down

0 comments on commit 22bd88c

Please sign in to comment.