stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=173466991bccb1d88e998999cf4e1b3fd220d11a
commit 173466991bccb1d88e998999cf4e1b3fd220d11a Author: Stefan Schmidt <s.schm...@samsung.com> Date: Thu May 3 16:36:08 2018 +0200 ci: disable cxx bindings in default build This is causing way to much problems when building examples or check. I need to have them reliable before I can have them as default build option. --- .ci/ci-linux-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/ci-linux-build.sh b/.ci/ci-linux-build.sh index 63389bc67a..8cfaf4d6ba 100755 --- a/.ci/ci-linux-build.sh +++ b/.ci/ci-linux-build.sh @@ -6,7 +6,7 @@ PARALLEL_JOBS=10 CI_BUILD_TYPE=$1 -DEFAULT_COPTS="--with-tests=regular" +DEFAULT_COPTS="--with-tests=regular --disable-cxx-bindings" WAYLAND_COPTS="--with-tests=regular --enable-wayland --enable-elput --enable-drm \ --enable-wayland-ivi-shell --enable-gl-drm --with-opengl=es --enable-egl" --