We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bee2fb commit fcc9c75Copy full SHA for fcc9c75
.bazelrc
@@ -30,6 +30,9 @@ build --incompatible_strict_action_env
30
# and https://github.com/bazelbuild/bazel/commit/03246077f948f2790a83520e7dccc2625650e6df
31
build --nobuild_runfile_links
32
33
+# Prevents the npm package extract from occuring or caching on RBE which overwhelms our quota
34
+build --modify_execution_info=NpmPackageExtract=+no-remote
35
+
36
###############################
37
# Output control #
38
0 commit comments