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!
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/btdcan return targets that are not supported by the default platform, which causes ourbuck2 build/testinvocations to fail with acheck the target's compatibility attributestype 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:platformin thetargetscall does not seem to filter out the targets, and I couldn't see anything inbtdthat would help either.Any pointers would be appreciated!