From c2082c9bc1c5a88395c90927aed3e766ea6eeb4f Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 15 Apr 2025 15:43:08 +0000 Subject: [PATCH] build: prevent NpmPackageExtract from running on RBE --- .bazelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bazelrc b/.bazelrc index 6b0ccf5efcb0..629081c3deb5 100644 --- a/.bazelrc +++ b/.bazelrc @@ -30,6 +30,9 @@ build --incompatible_strict_action_env # and https://github.com/bazelbuild/bazel/commit/03246077f948f2790a83520e7dccc2625650e6df build --nobuild_runfile_links +# Prevents the npm package extract from occuring or caching on RBE which overwhelms our quota +build --modify_execution_info=NpmPackageExtract=+no-remote + ############################### # Output control # ###############################