gitlab-ci: Set the meson wrapmode to disabled
authorDylan Baker <dylan@pnwbakers.com>
Mon, 14 Oct 2019 16:04:47 +0000 (09:04 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 16 Oct 2019 23:26:09 +0000 (23:26 +0000)
This will prevent us from accidentally falling back to the wrap-db
instead of using locally installed versions.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
.gitlab-ci/meson-build.sh

index cd0b62e4767bde26db369c5c44fdf818799be1f9..03c4a7d1b8ece3fd19f533681eced4c8c483e323 100755 (executable)
@@ -39,6 +39,7 @@ fi
 
 rm -rf _build
 meson _build --native-file=native.file \
+      --wrap-mode=nofallback \
       ${CROSS+--cross "$CROSS_FILE"} \
       -D prefix=`pwd`/install \
       -D libdir=lib \