Nathan Harmata
Nathan Harmata
> [@lberki] > @fmeum I would be, but I'm on vacation starting from about 5 minutes from today so I'll bounce this to @haxorz for further routing. > > In...
> Could you elaborate a bit more on why you are planning to do this? The decision to *research* removing support for source directories was made in ~Dec 2021. The...
Thanks, @meisterT . Yeah, `--experimental_oom_more_eagerly_threshold` is the existing mechanism to address issue (1). > Is there some guidance in general about how to go about measuring and setting this value?...
> With that said, is it reasonable to get the deadlock condition addressed somehow? I think we first need a stronger understanding of the issue. I read what you wrote...
Very sorry about the delay, @kmicklas . Thanks for your contribution to Bazel!
Running `bazel info` inside `bazel build` is definitely not supported. I understand and appreciate that's not your literal FR though. Did you consider `$(location xxx)`? Docs: https://docs.bazel.build/versions/main/be/make-variables.html#predefined_label_variables
Why do you need the absolute path and not the relative path? What's wrong with the string `"external/kubebuilder_tools/bin"`? Since your example involves `go_test.env`, it sounds like you're trying to convey...
Sorry, I still don't see what's inherently wrong with the string "external/kubebuilder_tools/bin". Is something expecting an absolute path? Regardless, I don't think we want to add the sort of feature...
I'm running into this on `BazelCI` for an internal CL: https://buildkite.com/bazel/google-bazel-presubmit/builds/36883.
Hi @keith, thanks for the PR. I definitely agree that the default would ideally be `true` (and even better, the flag would have never existed because ideally Bazel's original behavior...