summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-06-09 09:11:52 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-06-09 11:42:43 +0200
commit29c491b977543e9ef86147604ab3a297ece18327 (patch)
treee07e0b0144862c212afb6a1c0bf426764dbae289 /.ci
parent9be9e9f5ffd50b0079143f18a9c99ff793daa81a (diff)
downloadefl-29c491b977543e9ef86147604ab3a297ece18327.tar.gz
ci: travis: disable the webp loader on CI builds for now
With the bump of the needed libwebp version to 1.1.0 we have have our Debian and Ubuntu builds failing with a to old version. Disable by default in CI for now and check back later.
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/ci-configure.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/.ci/ci-configure.sh b/.ci/ci-configure.sh
index dced2544ff..b6e99e9f96 100755
--- a/.ci/ci-configure.sh
+++ b/.ci/ci-configure.sh
@@ -6,7 +6,8 @@ travis_fold start "meson"
travis_time_start "meson"
if [ "$DISTRO" != "" ] ; then
# Why do we need to disable the imf loaders here?
- OPTS=" -Decore-imf-loaders-disabler=scim,ibus"
+ # Once libwebp 1.1.0 is available in more distros we can enable it by default again
+ OPTS=" -Decore-imf-loaders-disabler=scim,ibus -Devas-loaders-disabler=json,webp"
MONO_LINUX_COPTS=" -Dbindings=cxx,mono -Dmono-beta=true"
@@ -98,7 +99,7 @@ elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig:/usr/local/Cellar/libffi/$LIBFFI_VER/lib/pkgconfig:$(pwd)/.ci"
mkdir build && meson build -Dopengl=full -Decore-imf-loaders-disabler=scim,ibus -Dx11=false -Davahi=false -Deeze=false -Dsystemd=false -Dnls=false -Dcocoa=true -Dgstreamer=false
else # Native Ubuntu Linux Travis builds (non-docker)
- OPTS=" -Decore-imf-loaders-disabler=scim,ibus"
+ OPTS=" -Decore-imf-loaders-disabler=scim,ibus -Devas-loaders-disabler=json,webp"
if [ "$TRAVIS_CPU_ARCH" = "ppc64le" ]; then
OPTS="$OPTS -Dbindings="