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"