From 5eaa152589c024e6bba9d82375d520e232b0eb68 Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Thu, 9 Mar 2023 18:24:37 -0600 Subject: [PATCH] Bazel: fix remote cache uploads (#12108) --- build/bazelrc/correctness.bazelrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build/bazelrc/correctness.bazelrc b/build/bazelrc/correctness.bazelrc index d9ef2e5bc..66680a4fa 100644 --- a/build/bazelrc/correctness.bazelrc +++ b/build/bazelrc/correctness.bazelrc @@ -1,10 +1,3 @@ -# Do not upload locally executed action results to the remote cache. -# This should be the default for local builds so local builds cannot poison the remote cache. -# It should be flipped to `--remote_upload_local_results` on CI -# by using `--bazelrc=.aspect/bazelrc/ci.bazelrc`. -# Docs: https://bazel.build/reference/command-line-reference#flag--remote_upload_local_results -build --noremote_upload_local_results - # Don't allow network access for build actions in the sandbox. # Ensures that you don't accidentally make non-hermetic actions/tests which depend on remote # services.