Y
Hacker News
new
|
ask
|
show
|
jobs
by
alexhornby
1461 days ago
Why the described CTC algo instead of querying bazel graph to deduce targets to build given changed files? e.g.
https://github.com/bazel-contrib/target-determinator
1 comments
IshKebab
1461 days ago
Yeah I was wondering that. Isn't half the point of Bazel that is
can
know things like this without any extra effort?
link
esprehn
1461 days ago
That is what they do, click through the link in the article:
https://github.com/bazelbuild/bazel/issues/7962#issuecomment...
link