<#17856 Add the ability to filter by resolve> Issu...
# github-notifications
q
#17856 Add the ability to filter by resolve Issue created by mpcusack-color Is your feature request related to a problem? Please describe. We have a resolve that that is not compatible with apple M1 processors due to deps which don't publish arm wheels, but many developers working on other parts of the code use M1s. Currently they are unable to
./pants lint ::
. I would like a way to configure their machines to ignore the incompatible resolve. In a slack thread it was proposed that we could add a tag to the targets, but we have a lot of common 1st party code that is `parametrize`d to be in both resolves and I won't want them always be ignoring those. AFAIK there is no way to apply a tag only to the
@resolve=foobar
targets. Describe the solution you'd like An argument equivalent to `--tag`/`PANTS_TAG`, for filtering on resolves? Different tags for different parametrize targets? A pants.toml mapping of resolves that are incompatible with certain platforms and it being ok to silently ignore them? pantsbuild/pants
u
u