bazelbuild/bazel

--watchfs should track output files, too

Open

#5.270 aberto em 25 de mai. de 2018

Ver no GitHub
 (3 comments) (2 reactions) (0 assignees)Java (4.465 forks)batch import
P3help wantednot staleteam-Performancetype: feature request

Métricas do repositório

Stars
 (25.384 stars)
Métricas de merge de PR
 (Mesclagem média 22d 20h) (77 fundiu PRs em 30d)

Description

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

Guia do colaborador