From: Stefan Schmidt Date: Fri, 23 Nov 2018 16:11:05 +0000 (+0100) Subject: travis: temporarily disabled mingw job as hot fix X-Git-Tag: submit/tizen/20181205.064917~105 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f44f3afa4b5e3c8e1c1def9431fecf8e80195d8;p=platform%2Fupstream%2Fefl.git travis: temporarily disabled mingw job as hot fix Since a recent commit eolian_gen from HEAD is needed to build efl. So far the mingw cross build avoided the double build of efl for bootstrapping purpose and used the 1.21 package for the cross build. This does no longer work and all Travis jobs are now failung due to this. As a hotfix I disable the build now (Friday evening) to have working builds over the weekend and find a better solution next week. --- diff --git a/.travis.yml b/.travis.yml index d17eccf..35f6e15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,10 +23,6 @@ jobs: - env: - os: linux - DISTRO=Fedora28 - - CI_BUILD_TYPE=mingw - - env: - - os: linux - - DISTRO=Fedora28 - CI_BUILD_TYPE=options-enabled - env: - os: linux @@ -74,6 +70,11 @@ jobs: exclude: - os: linux +# - env: +# - os: linux +# - DISTRO=Fedora28 +# - CI_BUILD_TYPE=mingw + services: - docker