[coroutine] update to 1.5.0#10692
[coroutine] update to 1.5.0#10692ras0219-msft merged 6 commits intomicrosoft:masterfrom luncliff:master
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.
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. |
luncliff
left a comment
There was a problem hiding this comment.
learned a lot from this. Thanks :D
|
@luncliff |
Changes
New release which allows x86 with better documentation
Related Issues
ms-gslupdate 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