From c9e4c066789b5a25ba2b178fae8e6d3a23d3506f Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 28 May 2020 10:01:18 +0200 Subject: CI: disable cxx bindings on native bootstrap build for mingw This has been enabled in commit 5894d384f26b5ebd192eb3e659265e4f6c639272 by accident when we enabled it on other builds again. We do not need it for the mingw cross setup and should keep this build minimal and fast. Spotted by Marcel Hollerbach. --- .ci/bootstrap-efl-native-for-cross.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/bootstrap-efl-native-for-cross.sh b/.ci/bootstrap-efl-native-for-cross.sh index f4d7be0229..e077c1ae2e 100755 --- a/.ci/bootstrap-efl-native-for-cross.sh +++ b/.ci/bootstrap-efl-native-for-cross.sh @@ -1,7 +1,7 @@ #!/bin/sh mkdir build-bootstrap-native -meson --prefix=/usr/ --libdir=/usr/lib -Dbuild-examples=false -Dbuild-tests=false -Dbindings=cxx build-bootstrap-native +meson --prefix=/usr/ --libdir=/usr/lib -Dbuild-examples=false -Dbuild-tests=false -Dbindings= build-bootstrap-native ninja -C build-bootstrap-native install rm -rf build-bootstrap-native ldconfig -- cgit v1.2.1