-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Changes from 4 commits
8c54b77
10803ea
3e8a789
6a518f2
28a5b17
47ee93d
4a4647d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,12 +41,7 @@ | |
| ] | ||
| }, | ||
| "grpc", | ||
| { | ||
| "name": "gtest", | ||
| "features": [ | ||
| "cxx17" | ||
| ] | ||
| }, | ||
|
Comment on lines
-45
to
-49
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This isn't necessary anymore since:
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually should we add
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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): |
||
| "gtest", | ||
| "lz4", | ||
| "openssl", | ||
| "orc", | ||
|
|
@@ -62,5 +57,5 @@ | |
| "zstd" | ||
| ], | ||
| "$comment": "We can update builtin-baseline by 'vcpkg x-update-baseline'", | ||
| "builtin-baseline": "09f6a4ef2f08252f7f4d924fd9c2d42165fb21c9" | ||
| "builtin-baseline": "40c89449f0ccce12d21f8a906639f6c2c649b9e7" | ||
| } | ||
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.
Recent vcpkg's utf8proc CMake package provides
utf8proc::utf8procCMake target, right?If so, we can remove this
ifblock entirely. We don't need to support old vcpkg.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.
I am trying dropping the if block entirely on the last commit. Will merge if CI is successful. Thanks @kou
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.
ok, I got confused but I think I understand what you meant @kou !
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.
Oh, sorry for my confused comment.