summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-06-08 09:10:51 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-06-08 09:10:51 +0200
commit63b1334e2c98f0c0f08801ce77d66f372e7abb30 (patch)
tree3ede1f93f1f85c330830fde47204025b6ea65f06 /.ci
parent839c0e657f81237264b077029eca22999b34c952 (diff)
downloadefl-63b1334e2c98f0c0f08801ce77d66f372e7abb30.tar.gz
ci: disable wepb loader until we have a change to update the mingw cross env
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.
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/ci-configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/ci-configure.sh b/.ci/ci-configure.sh
index 22d0f01fe4..7b75272fb4 100755
--- a/.ci/ci-configure.sh
+++ b/.ci/ci-configure.sh
@@ -37,7 +37,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