branch: elpa/pdf-tools
commit cd9a2fe0c256fdeb5788e38f68ff124efdedf091
Author: Vedang Manerikar <[email protected]>
Commit: Vedang Manerikar <[email protected]>
fix: attempt 1 fixing the appveyor build file
---
ci/appveyor/install.bat | 2 +-
server/autobuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ci/appveyor/install.bat b/ci/appveyor/install.bat
index 145e9d01515..0cd8bb0c29d 100644
--- a/ci/appveyor/install.bat
+++ b/ci/appveyor/install.bat
@@ -14,7 +14,7 @@ IF %COMPILER%==msys2 (
SET
"PATH=C:\%MSYS2_DIR%\%MSYSTEM%\bin;C:\%MSYS2_DIR%\usr\bin;C:\%MSYS2_DIR%\home\appveyor\.cask\bin;%PATH%"
REM dependencies
- bash -lc "pacman -S --needed --noconfirm git base-devel automake autoconf
mingw-w64-x86_64-zlib mingw-w64-x86_64-libpng mingw-w64-x86_64-poppler
mingw-w64-x86_64-imagemagick openssl mingw-w64-x86_64-openssl
mingw-w64-x86_64-python2 mingw-w64-x86_64-emacs"
+ bash -lc "pacman -S --needed --noconfirm git base-devel automake autoconf
mingw-w64-x86_64-zlib mingw-w64-x86_64-libpng mingw-w64-x86_64-poppler
mingw-w64-x86_64-imagemagick openssl mingw-w64-x86_64-openssl
mingw-w64-x86_64-emacs"
REM Set up Cask
bash -lc "git clone https://github.com/cask/cask ~/.cask"
diff --git a/server/autobuild b/server/autobuild
index 3201a005d2c..beef7024a76 100755
--- a/server/autobuild
+++ b/server/autobuild
@@ -378,7 +378,7 @@ os_msys2() {
exit 1 ;;
esac
PKGCMD=pacman
- PKGARGS="-S --needed"
+ PKGARGS="-S --needed --noconfirm"
PKG_INSTALL_AS_ROOT=
return 0
}