summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-06-30 15:12:22 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-06-30 15:12:22 +0000
commit3f5b88a264397918cf7e1623d0e5e8828a5ceb77 (patch)
tree2202612d2d325f28bc28fed46b38695be8f0e19f
parentCMake: Set WITH_GTKSPELL to OFF if not found for consistency (diff)
downloadinkscape-3f5b88a264397918cf7e1623d0e5e8828a5ceb77.tar.gz
inkscape-3f5b88a264397918cf7e1623d0e5e8828a5ceb77.zip
CI/AppVeyor: Use previous version of enchant
enchant-2 is broken, see https://github.com/Alexpux/MINGW-packages/pull/4008
-rw-r--r--buildtools/appveyor.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildtools/appveyor.sh b/buildtools/appveyor.sh
index 649de66ba..33c0f4b11 100644
--- a/buildtools/appveyor.sh
+++ b/buildtools/appveyor.sh
@@ -42,6 +42,10 @@ export CCACHE_DIR=$(cygpath -a ccache/master)
ccache --max-size=200M
ccache --set-config=sloppiness=include_file_ctime,include_file_mtime
+# temporarily use old enchant (enchant-2 is currently broken)
+wget -nv http://repo.msys2.org/mingw/$MSYSTEM_CARCH/$MINGW_PACKAGE_PREFIX-enchant-1.6.1-1-any.pkg.tar.xz \
+ && pacman -U $MINGW_PACKAGE_PREFIX-enchant-1.6.1-1-any.pkg.tar.xz --noconfirm
+
### build / test