From 22bd88c40f7a67cd308bf0e1e3636ee1e37de4a1 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 8 Jan 2025 15:34:11 +0000 Subject: [PATCH] ci: prevent NpmPackageExtract from being placed remote cache Placing all of the node_modules files into remote cache is too much --- .bazelrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bazelrc b/.bazelrc index 084f8fb56026..6944b4807a3d 100644 --- a/.bazelrc +++ b/.bazelrc @@ -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