[vcpkg baseline][quickfix] Remove from CI baseline#23878
[vcpkg baseline][quickfix] Remove from CI baseline#23878BillyONeal merged 6 commits intomicrosoft:masterfrom
Conversation
There was a problem hiding this comment.
You have modified or added at least one vcpkg.json where a "license" field is missing.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/quickfix/vcpkg.json
Valid values for the license field can be found in the documentation
AFAICS that the problem is that the PR CI shouldn't build ports which are marked "fail". At least this was the behavior until recently. Cf. #23862. |
I know. |
There was a problem hiding this comment.
You have modified or added at least one vcpkg.json where a "license" field is missing.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/quickfix/vcpkg.json
Valid values for the license field can be found in the documentation
|
Thank you <3 |
Describe the pull request
What does your PR fix?
Remove quickfix for passing triplets from CI baseline
Fix deprecated CMake
Remove trailing whitespaces in
templates/portfile.in.cmake(Included in this PR since it's a one-liner)Which triplets are supported/not supported? Have you updated the CI baseline?
Yes, removed all Windows triplets (except UWP) from CI baseline
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --alland committed the result?Yes
Note that the purpose of this PR is to resolve baseline issues. This PR doesn't attempt to fix any other issues the port might have.