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

Skip building components that don't target the requested WinUI version #254

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

Arlodotexe
Copy link
Member

@Arlodotexe Arlodotexe commented Jan 29, 2025

Fixes #252

Our build script will now skip building components that don't target the specific WinUI version requested.

Notably, while this doesn't cause issues for any components we have now, if we have any components in the future which target no version of WinUI this will prevent them from compiling, while before it picked WinUI 2 or 3 at random from the CI matrix. We'll need #251 to fix this properly.

Copy link
Member

@Sergio0694 Sergio0694 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

@Arlodotexe Arlodotexe merged commit 1798ba9 into main Jan 29, 2025
11 checks passed
@Arlodotexe Arlodotexe deleted the fix/packaging/winui-race-condition branch January 29, 2025 03:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Invalid CI packaging setup, race condition in multitarget matrix
2 participants