You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using an aspect and an output group (setting one explicitly/removing default), to change "into what" a target is build, will result in an empty output when using cquery --output=files.
I tried to get the output path via starlark:expr--starlark:expr="' '.join([f for f in target.files.to_list()])" but did not get the right file either.
Maybe I'm not selecting the right output group?
Description of the bug:
Using an aspect and an output group (setting one explicitly/removing default), to change "into what" a target is build, will result in an empty output when using
cquery --output=files
.aspect
creates a fileog
is the output group used byaspect
Maybe I'm holding the tool wrong; I didn't find another way to figure out where bazel generated output from a
bazel build
invocation lands.Which category does this issue belong to?
Core
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
No response
Which operating system are you running Bazel on?
linux
What is the output of
bazel info release
?release 8.0.0rc8
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse HEAD
?No response
If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.
Same behaviour as 7.4.0 - didn't check earlier.
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: