bazelbuild/bazel

Clean up --experimental_remote_mark_tool_inputs

Open

#28,493 创建于 2026年1月31日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Java (4,465 fork)batch import
P3help wantedteam-Remote-Exectype: bug

仓库指标

Star
 (25,384 star)
PR 合并指标
 (平均合并 22天 20小时) (30 天内合并 77 个 PR)

描述

--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.

贡献者指南