diff options
| author | Park DongHa <luncliff@gmail.com> | 2020-04-25 06:02:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-24 14:02:39 -0700 |
| commit | 7fbb19602a82dc25c370d1d87014fbe748002a4e (patch) | |
| tree | 12bf3afa214adb67dc1928528d30acd1bcb91a5d /scripts | |
| parent | 84f94fb6fd9dc993f608d65c383592d6d8b6a798 (diff) | |
| download | vcpkg-7fbb19602a82dc25c370d1d87014fbe748002a4e.tar.gz vcpkg-7fbb19602a82dc25c370d1d87014fbe748002a4e.zip | |
[coroutine] update to 1.5.0 (#10692)
* [coroutine] update to 1.5.0
* this is release candidate
* WindowsStore build will be updated soon
* [coroutine] support UWP build
* triplet(community) `x64-uwp`, `x86-uwp`
* triplet: `arm-uwp`, `arm64-windows`
* [coroutine] mark install failure on uwp/linux
* update checksum
* use `vcpkg_fail_port_install`
* [coroutine] remove x86-windows fail in ci.baseline
* [coroutine] Relax install restrictions on Linux. Use vcpkg_fixup_cmake_targets().
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 961116554..efaddf1ce 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -264,7 +264,6 @@ coolprop:x64-uwp=fail coroutine:arm-uwp=fail
coroutine:x64-linux=fail
coroutine:x64-uwp=fail
-coroutine:x86-windows=fail
corrade:arm64-windows=fail
corrade:arm-uwp=fail
corrade:x64-uwp=fail
|
