From c99983613acb3878eb6f7d9269aaf62eeacd6fe8 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Fri, 19 May 2017 20:08:16 -0700 Subject: [vcpkg-ci] Disable folly:x64-windows pending manual investigation. --- scripts/internalCI.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/internalCI.ps1 b/scripts/internalCI.ps1 index 881eb3eae..151b664b8 100644 --- a/scripts/internalCI.ps1 +++ b/scripts/internalCI.ps1 @@ -21,5 +21,5 @@ if (-not $?) { throw $? } ./vcpkg.exe install opencv:x86-uwp boost:x86-uwp if (-not $?) { throw $? } -./vcpkg.exe install folly:x64-windows -if (-not $?) { throw $? } +# ./vcpkg.exe install folly:x64-windows +# if (-not $?) { throw $? } -- cgit v1.2.3