diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2019-10-30 09:40:46 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2019-11-05 16:59:12 +0100 |
commit | 5ad0f5f7d022e78b8fc3f5a87490ce0621f799d8 (patch) | |
tree | 548cca4f4e3e841e05e03c20554c910284981b89 /.ci/ci-configure.sh | |
parent | 6108ea0978871eae23b1083dc59263ed10309fa7 (diff) | |
download | efl-5ad0f5f7d022e78b8fc3f5a87490ce0621f799d8.tar.gz |
travis/ci: update Fedora CI images to 31
Also disable the gstreamer 0.10 module since this version is no longer
shipped with Fedora 31.
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D10597
Diffstat (limited to '.ci/ci-configure.sh')
-rwxr-xr-x | .ci/ci-configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/ci-configure.sh b/.ci/ci-configure.sh index 97fcb1785d..b7466f6575 100755 --- a/.ci/ci-configure.sh +++ b/.ci/ci-configure.sh @@ -17,7 +17,7 @@ if [ "$DISTRO" != "" ] ; then # - RPM fusion repo for xine and libvlc ENABLED_LINUX_COPTS=" -Dfb=true -Dsdl=true -Dbuffer=true -Dbuild-id=travis-build \ -Ddebug-threads=true -Dg-mainloop=true -Dxpresent=true -Dxgesture=false -Dxinput22=true \ - -Devas-loaders-disabler=json -Decore-imf-loaders-disabler= -Demotion-loaders-disabler=libvlc,xine \ + -Devas-loaders-disabler=json -Decore-imf-loaders-disabler= -Demotion-loaders-disabler=gstreamer,libvlc,xine \ -Demotion-generic-loaders-disabler=vlc -Dharfbuzz=true -Dpixman=true -Dhyphen=true \ -Dvnc-server=true -Dbindings=luajit -Delogind=false -Dinstall-eo-files=true" |