From 3ef7a60c210b2a0a5fc472e1cc847fed6bb17325 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Thu, 13 Apr 2023 15:15:19 +0200 Subject: [PATCH] bazel: reduce size of uploaded build event stream by eliminating duplicate file references Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- .bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelrc b/.bazelrc index 96c1e3a2f..c6752e546 100644 --- a/.bazelrc +++ b/.bazelrc @@ -49,6 +49,7 @@ build:remote_cache --remote_cache=grpcs://remote.buildbuddy.io build:remote_cache --remote_timeout=3600 build:remote_cache --experimental_remote_build_event_upload=minimal build:remote_cache --experimental_remote_cache_compression +build:remote_cache --nolegacy_important_outputs build:remote_cache_readonly --noremote_upload_local_results # Uploads logs & artifacts without writing to cache try-import .bazeloverwriterc