Skip to content
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

[rsocket] Remove keyword supports #21911

Merged
merged 3 commits into from
Dec 10, 2021
Merged

Conversation

JackBoosY
Copy link
Contributor

Wrong supports caused rsocket to never be built on Windows, because its dependent folly only supports x64.

Fixes #21088.
Related: #11021

@JackBoosY JackBoosY added category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. labels Dec 8, 2021
@LilyWangLL LilyWangLL added the info:reviewed Pull Request changes follow basic guidelines label Dec 9, 2021
@BillyONeal BillyONeal merged commit 3887aff into microsoft:master Dec 10, 2021
@BillyONeal
Copy link
Member

Thanks for the cleanup!

@JackBoosY JackBoosY deleted the dev/jack/21088 branch December 10, 2021 02:33
@BillyONeal
Copy link
Member

This broke in CI, because rsocket forces C++14 mode, and folly tries to drag in range-v3: #21978

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[rsocket] build failure
3 participants