From 657285e593dc1b901203bd797c335e87672e3d26 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Tue, 13 Jun 2017 19:43:11 +0200 Subject: Skip full system upgrade Speeds up the build by a few minutes. most packages are not needed anyway, and those that are should be updated by msys2installdeps.sh --- appveyor.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.sh b/appveyor.sh index 26d75571a..dbf13ac32 100644 --- a/appveyor.sh +++ b/appveyor.sh @@ -16,8 +16,7 @@ EOF -# update/install dependecies -pacman -Suu --needed --noconfirm --noprogressbar +# install dependecies pacman -S $MINGW_PACKAGE_PREFIX-ccache --needed --noconfirm --noprogressbar source ../msys2installdeps.sh -- cgit v1.2.3