Rebuild inputs lost from remote cache (#8765)

This commit is contained in:
2026-07-23 22:17:36 -07:00
committed by GitHub
parent a9e51e619d
commit 6ae78186e2
+3
View File
@@ -14,6 +14,9 @@ common --worker_sandboxing
common --local_test_jobs=64 common --local_test_jobs=64
common --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. # Keep these C++ standard flags in sync with tools/copts.bzl and scripts/shardok_cpp_config.sh.
common --cxxopt="--std=c++23" common --cxxopt="--std=c++23"
common --cxxopt="-Wno-deprecated-non-prototype" common --cxxopt="-Wno-deprecated-non-prototype"