ci: disable wepb loader until we have a change to update the mingw cross env
authorStefan Schmidt <s.schmidt@samsung.com>
Mon, 8 Jun 2020 07:10:51 +0000 (09:10 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 8 Jun 2020 21:16:18 +0000 (06:16 +0900)
We now need webp 1.1.0 and our current mingw cross env only has 1.0.2.
Disable to keep CI working while we update.

.ci/ci-configure.sh

index 17f133f..040ce92 100755 (executable)
@@ -38,7 +38,7 @@ if [ "$DISTRO" != "" ] ; then
 
   MINGW_COPTS="--cross-file .ci/cross_toolchain.txt -Davahi=false -Deeze=false -Dsystemd=false \
   -Dpulseaudio=false -Dx11=false -Dopengl=none -Dlibmount=false \
-  -Devas-loaders-disabler=json,pdf,ps,raw,svg,rsvg \
+  -Devas-loaders-disabler=json,pdf,ps,raw,svg,rsvg,webp \
   -Dharfbuzz=true -Dpixman=true -Dembedded-lz4=false "
 
   if [ "$1" = "default" ]; then