bazelbuild/bazel
Auf GitHub ansehenClean up --experimental_remote_mark_tool_inputs
Open
#28.493 geöffnet am 31. Jan. 2026
P3help wantedteam-Remote-Exectype: bug
Repository-Metriken
- Stars
- (25.384 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 22T 20h) (77 gemergte PRs in 30 T)
Beschreibung
--experimental_remote_mark_tool_inputs is required for remote persistent workers to function correctly:
- https://www.buildbuddy.io/docs/rbe-platforms/#remote-persistent-worker-properties
- https://docs.engflow.com/re/client/remote-persistent-workers.html#client-side-requirements
- https://github.com/buildfarm/buildfarm/blob/127b6c6ad97cc2fc3933aa95646a219c5473598d/src/main/java/build/buildfarm/worker/Executor.java#L488
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:
- Enable the flag by default, and target a version for removal.
- Document the tradeoff that justifies why this flag is off by default.