-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[coroutine] update to 1.5.0 #10692
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
[coroutine] update to 1.5.0 #10692
Conversation
* this is release candidate * WindowsStore build will be updated soon
(Updated) Triplet SupportTriplet/CompilerTested with VS 2019
|
* triplet(community) `x64-uwp`, `x86-uwp` * triplet: `arm-uwp`, `arm64-windows`
ports/coroutine/portfile.cmake
Outdated
@@ -1,38 +1,38 @@ | |||
include(vcpkg_common_functions) |
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 line is no longer needed.
Could you please remove it?
/azp run |
Hi @luncliff |
UWP install was fine with my laptop, but seems like I missed something. |
Ok. Thanks for your update. |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Could you please also try to fix the regressions on Windows and OSX? |
Sorry @NancyLi1013 . I was quite busy. Will update ASAP. |
Okay, thanks for your update. |
* update checksum * use `vcpkg_fail_port_install`
I noticed that it has passed on x86-windows. |
@NancyLi1013 Sure. I will update the part after Linux/OSX build reports their ends. |
Thanks for making a neat library and submitting this update PR! I relaxed some of the restrictions around Linux; here's a brief idea of how they should be used:
This ensures that users who opt in to jumping through the appropriate hoops (having GCC 10, etc) can access those niche scenarios with 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.
learned a lot from this. Thanks :D
@luncliff |
Changes
New release which allows x86 with better documentation
Related Issues
ms-gsl
update by @Farwaykorse )Support
Triplet/Compiler
The followings are tested with CI / Local environment
x64-windows
: MSVC (vc141, vc142)x86-windows
: MSVC (vc141, vc142)x64-windows-static
: MSVC (vc141, vc142)x86-windows-static
: MSVC (vc141, vc142)x64-osx
: AppleClang 11x64-linux
: Clang 8.0.1+, GCC 10.0.1