bazelbuild/bazel

--watchfs should track output files, too

Open

#5,270 创建于 2018年5月25日

在 GitHub 查看
 (3 评论) (2 反应) (0 负责人)Java (4,465 fork)batch import
P3help wantednot staleteam-Performancetype: feature request

仓库指标

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

描述

--watchfs avoids stating input files in the package path before every build. However, Bazel still checks the validity of cached action state by stating all the action output files it knows about. It would be nice if --watchfs could watch output files and obviate stating all of them before execution starts.

贡献者指南