Skip to content

Print unsupported warnings only once#899

Merged
BillyONeal merged 1 commit intomicrosoft:mainfrom
autoantwort:feature/print-unsupported-warning-only-once
Feb 13, 2023
Merged

Print unsupported warnings only once#899
BillyONeal merged 1 commit intomicrosoft:mainfrom
autoantwort:feature/print-unsupported-warning-only-once

Conversation

@autoantwort
Copy link
Copy Markdown
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
Copy Markdown
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