From 6ae78186e24b12843db298c9d38114a81f1d7f16 Mon Sep 17 00:00:00 2001 From: Dan Crosby Date: Thu, 23 Jul 2026 22:17:36 -0700 Subject: [PATCH] Rebuild inputs lost from remote cache (#8765) --- .bazelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bazelrc b/.bazelrc index 7aecde2e7f..9d34fbd8e3 100644 --- a/.bazelrc +++ b/.bazelrc @@ -14,6 +14,9 @@ common --worker_sandboxing common --local_test_jobs=64 common --jobs=64 +# Rebuild remote-only intermediate inputs if the remote cache loses them. +common --rewind_lost_inputs + # Keep these C++ standard flags in sync with tools/copts.bzl and scripts/shardok_cpp_config.sh. common --cxxopt="--std=c++23" common --cxxopt="-Wno-deprecated-non-prototype"