-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Does this project somehow allow filtering by platform/applying different configurations to the targets, or is this something that should be done separately?
Concretely, using targets
/btd
can return targets that are not supported by the default platform, which causes our buck2 build/test
invocations to fail with a check the target's compatibility attributes
type error. The other side of that coin is that I do not know how to specifically get the targets for an alternative configuration.
Using -- --target-platforms //my/execution:platform
in the targets
call does not seem to filter out the targets, and I couldn't see anything in btd
that would help either.
Any pointers would be appreciated!
Metadata
Metadata
Assignees
Labels
No labels