From 69d3c2bf50e126164d2b21fe9aa424fbf964b302 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 3 Nov 2017 17:00:25 +0100 Subject: [PATCH] Use -g (--upgrade-also) switch with Cygwin setup on AppVeyor This is necessary to properly upgrade the package dependencies when installing the new versions of the packages themselves and fixes the problem with the new Python 2.7.14 failing to run since its package was updated from 2.7.13. --- build/tools/appveyor.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tools/appveyor.bat b/build/tools/appveyor.bat index 2f81bd1be1..4d66deebe6 100644 --- a/build/tools/appveyor.bat +++ b/build/tools/appveyor.bat @@ -36,7 +36,7 @@ bash -lc "CXXFLAGS=-Wno-deprecated-declarations ./configure --disable-optimise & goto :eof :cygwin -C:\cygwin\setup-x86.exe -qnNdO -R C:/cygwin -s http://cygwin.mirror.constant.com -l C:/cygwin/var/cache/setup -P libjpeg-devel -P libpng-devel -P libtiff-devel -P libexpat-devel +C:\cygwin\setup-x86.exe -qgnNdO -R C:/cygwin -s http://cygwin.mirror.constant.com -l C:/cygwin/var/cache/setup -P libjpeg-devel -P libpng-devel -P libtiff-devel -P libexpat-devel path c:\cygwin\bin;%path% set CHERE_INVOKING=yes :: Workaround for "configure: Bad file descriptor"