-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-49076: [CI] Update vcpkg baseline to newer version #49062
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
base: main
Are you sure you want to change the base?
Conversation
ca3fc65 to
8c54b77
Compare
40c16b8 to
10803ea
Compare
| "name": "gtest", | ||
| "features": [ | ||
| "cxx17" | ||
| ] | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't necessary anymore since:
microsoft/vcpkg@b00ff11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually should we add cxx20?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, this was removed. There's no additional features on vcpkg anymore. You can see that on the commit above. This is how the current port file looks (no features):
https://github.com/microsoft/vcpkg/blob/master/ports/gtest/vcpkg.json
|
|
|
Should we merge this or integrate it in #48765 ? |
I am fine with both. I was just putting it into a mergeable state but tbh the change is quite minor so I am happy if it gets integrated with your PR. |
Rationale for this change
The current version of vcpkg used is a from April 2025
What changes are included in this PR?
Update baseline to newer version.
Are these changes tested?
Yes on CI. I've validated for example that xsimd 14 will be pulled.
Are there any user-facing changes?
No