-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[vcpkg baseline] [proxygen] Fix ci pipeline error #44232
base: master
Are you sure you want to change the base?
[vcpkg baseline] [proxygen] Fix ci pipeline error #44232
Conversation
https://github.com/microsoft/vcpkg/blob/master/ports/cachelib/vcpkg.json#L13
|
The upstream determines whether the header file of
|
Lines 51 to 57 in 3002390
|
|
The pipeline failure is this bug.
|
I think we need to either patch this to avoid |
proxygen
failed on due tofolly
on https://dev.azure.com/vcpkg/public/_build/results?buildId=113027&view=results.Due to the new version of
folly
add some new codes by commit facebook/folly@70669ee, it uses the codes fromliburing
's commit axboe/liburing@ce3a657, theliburing
in vcpkg does not include this commit, and this commit has not been released in the latestliburing
either, so I updateliburing
and sync the upstream changes to vcpkg.Fix the following error:
The "supports" clause reflects platforms that may be fixed by this new version.Any fixed CI baseline entries are removed from that file.Any patches that are no longer applied are deleted from the port's directory../vcpkg x-add-version --all
and committing the result.