AppVeyor: don’t bother reinstalling packages
authorReuben Thomas <rrt@sc3d.org>
Mon, 29 Jan 2018 13:48:04 +0000 (13:48 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 30 Jan 2018 17:03:49 +0000 (17:03 +0000)
base-devel, texinfo and help2man are pre-installed, so save time by not
causing them to be reinstalled.

build-aux/appveyor-install.sh

index 81ea975be1921da6dd2cbc6c827ef1e156edad9f..21cd2043781264cdc245e95c36c79bb98464a9b9 100644 (file)
@@ -18,4 +18,4 @@ case $MSYSTEM in
 esac
 
 # Build dependencies
-pacman --noconfirm -S base-devel rsync mingw-w64-$MINGW_BITS-python2 mingw-w64-$MINGW_BITS-cython texinfo help2man
+pacman --noconfirm -S rsync mingw-w64-$MINGW_BITS-cython