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

Print unsupported warnings only once #899

Conversation

autoantwort
Copy link
Contributor

Currently vcpkg install gtk[introspection] --allow-unsupported yields:

warning: gobject-introspection is only supported on '!static & (native | (windows & x86))', which does not match arm64-osx. This usually means that there are known build failures, or runtime problems, when building other platforms. Proceeding anyway due to `--allow-unsupported`.
warning: gobject-introspection is only supported on '!static & (native | (windows & x86))', which does not match arm64-osx. This usually means that there are known build failures, or runtime problems, when building other platforms. Proceeding anyway due to `--allow-unsupported`.
warning: gobject-introspection is only supported on '!static & (native | (windows & x86))', which does not match arm64-osx. This usually means that there are known build failures, or runtime problems, when building other platforms. Proceeding anyway due to `--allow-unsupported`.
warning: gobject-introspection is only supported on '!static & (native | (windows & x86))', which does not match arm64-osx. This usually means that there are known build failures, or runtime problems, when building other platforms. Proceeding anyway due to `--allow-unsupported`.
warning: gobject-introspection is only supported on '!static & (native | (windows & x86))', which does not match arm64-osx. This usually means that there are known build failures, or runtime problems, when building other platforms. Proceeding anyway due to `--allow-unsupported`.
warning: gobject-introspection is only supported on '!static & (native | (windows & x86))', which does not match arm64-osx. This usually means that there are known build failures, or runtime problems, when building other platforms. Proceeding anyway due to `--allow-unsupported`.
Detecting compiler hash for triplet arm64-osx...

After this PR

warning: gobject-introspection is only supported on '!static & (native | (windows & x86))', which does not match arm64-osx. This usually means that there are known build failures, or runtime problems, when building other platforms. Proceeding anyway due to `--allow-unsupported`.
Detecting compiler hash for triplet arm64-osx...

@BillyONeal BillyONeal merged commit 77b03be into microsoft:main Feb 13, 2023
@BillyONeal
Copy link
Member

Thanks for the fix!

@autoantwort autoantwort deleted the feature/print-unsupported-warning-only-once branch February 14, 2023 13:26
BillyONeal added a commit to BillyONeal/vcpkg-tool that referenced this pull request Feb 14, 2023
BillyONeal added a commit that referenced this pull request Feb 15, 2023
* Fix stealth merge conflict

Between #856 and #899

* Oops, one more e2e test format SNAFU
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.

2 participants