diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-05-19 05:09:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-18 14:09:10 -0700 |
| commit | 3f7bee619a838109f7b6d8479e7faf9dc1bb0e54 (patch) | |
| tree | 578019168f38a1d0e06be0d43c8c6fb1334ca215 /scripts | |
| parent | 0e9e59f2c4ff7fec9c11373f9b9bf076317328b2 (diff) | |
| download | vcpkg-3f7bee619a838109f7b6d8479e7faf9dc1bb0e54.tar.gz vcpkg-3f7bee619a838109f7b6d8479e7faf9dc1bb0e54.zip | |
[libgo] Update to 3.1 (#11263)
* [libgo] Update to 3.1
* Add headers in debug sub folder
* Update ci.baseline and remove headers in debug/include directory
* Update the way to install headers and targets on Windows
* Remove the headers in netio/disable_hook on all platforms
* Add unsupported for arm and uwp
* Add only support static build and update ci.baseline
* code review
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 2964e8bf6..9a46bf00f 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -765,11 +765,10 @@ libgd:x64-linux=ignore libgit2:arm64-windows=fail
libgit2:arm-uwp=fail
libgit2:x64-uwp=fail
+libgo:arm-uwp=fail
+libgo:x64-uwp=fail
libgo:arm64-windows=fail
-libgo:x64-linux=fail
-libgo:x64-osx=fail
libgo:x64-windows=fail
-libgo:x64-windows-static=fail
libgo:x86-windows=fail
libgpod:arm64-windows=fail
libgpod:arm-uwp=fail
|
