Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced CI flags with compatibility flags for incompatible targets #1107

Merged
merged 1 commit into from
Jan 27, 2022

Conversation

UebelAndre
Copy link
Collaborator

@UebelAndre UebelAndre commented Jan 27, 2022

Since moving to Bazel 4.0 as the min target, we can now use target_compatible_with to filter incompatible targets. This allows the target definitions themselves to describe what they currently support and makes it easier for contributors to test changes as they don't need to worry about targets that are known to not work for the platform failing.

The MacOS side of this can likely be removed in #921 but since that's been there for some time, I think it's fine to add the flag here.

@UebelAndre UebelAndre merged commit 559d41a into bazelbuild:main Jan 27, 2022
@UebelAndre UebelAndre deleted the incompat branch January 27, 2022 15:22
@UebelAndre UebelAndre mentioned this pull request Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants