bazelbuild/bazel

Clean up --experimental_remote_mark_tool_inputs

Open

#28.493 aperta il 31 gen 2026

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)Java (4465 fork)batch import
P3help wantedteam-Remote-Exectype: bug

Metriche repository

Star
 (25.384 star)
Metriche merge PR
 (Merge medio 22g 20h) (77 PR mergiate in 30 g)

Descrizione

--experimental_remote_mark_tool_inputs is required for remote persistent workers to function correctly:

This flag was first introduced in Bazel 6.0.0, and doesn't describe any reason users should keep it disabled. As-is, this appears to be unnecessary boilerplate for remote persistent workers. One of the following should be done:

  1. Enable the flag by default, and target a version for removal.
  2. Document the tradeoff that justifies why this flag is off by default.

Guida contributor