diff options
| author | Billy O'Neal <bion@microsoft.com> | 2020-05-10 15:17:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-10 15:17:27 -0700 |
| commit | 6920b49047f2de6880df8ef9724cc508c5f491ca (patch) | |
| tree | f0a849f39c540a5eb145756198f5f2e024553cc0 /scripts/ci.baseline.txt | |
| parent | d4a415b7fa3f0d0ea14a789d5778abfc666ef2d0 (diff) | |
| download | vcpkg-6920b49047f2de6880df8ef9724cc508c5f491ca.tar.gz vcpkg-6920b49047f2de6880df8ef9724cc508c5f491ca.zip | |
[vcpkg] [llvm] [mpir] Bump Linux VM memory size and do all operations on the temporary disk. (#11174)
* [vcpkg] Bump Linux VM memory size and do all operations on the temporary disk.
* [llvm] disable optional dependencies to libxml2 and zlib
* [vcpkg] Reduce quotas on the share to something reasonable.
* [mpir] Skip on Linux because it conflicts with libgmp.
Co-authored-by: yurybura <yurybura@gmail.com>
Diffstat (limited to 'scripts/ci.baseline.txt')
| -rw-r--r-- | scripts/ci.baseline.txt | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 192325a80..19588471b 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1006,7 +1006,6 @@ llgl:arm-uwp=fail llgl:x64-uwp=fail
llvm:arm-uwp=fail
llvm:arm64-windows=fail
-llvm:x64-linux=fail
llvm:x64-uwp=fail
lmdb:arm64-windows=fail
lmdb:arm-uwp=fail
@@ -1134,7 +1133,17 @@ mpg123:x64-uwp=fail mpir:arm64-windows=fail
mpir:arm-uwp=fail
mpir:x64-uwp=fail
-
+# Building package gmp[core]:x64-linux... done
+# Installing package gmp[core]:x64-linux...
+# The following files are already installed in /mnt/1/s/installed/x64-linux and are in conflict with gmp:x64-linux
+#
+# Installed by mpir:x64-linux
+# debug/lib/libgmp.a
+# debug/lib/libgmp.la
+# include/gmp.h
+# lib/libgmp.a
+# lib/libgmp.la
+mpir:x64-linux=skip
#Conflicts with angle and qt-5base
ms-angle:arm64-windows = skip
ms-angle:arm-uwp = skip
@@ -1868,8 +1877,8 @@ usd:x64-linux=ignore usd:x86-windows=fail
usrsctp:arm-uwp=fail
usrsctp:x64-uwp=fail
-uthenticode:arm-uwp=fail -uthenticode:x64-uwp=fail +uthenticode:arm-uwp=fail
+uthenticode:x64-uwp=fail
uvatlas:arm64-windows=fail
uvatlas:arm-uwp=fail
uvatlas:x64-linux=fail
|
