Mesa (master): gitlab-ci: Set the meson wrapmode to disabled

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 16 23:44:37 UTC 2019


Module: Mesa
Branch: master
Commit: c65f907ce9c54e7b688bf2f465f0aac2e7a57bb8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c65f907ce9c54e7b688bf2f465f0aac2e7a57bb8

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Mon Oct 14 09:04:47 2019 -0700

gitlab-ci: Set the meson wrapmode to disabled

This will prevent us from accidentally falling back to the wrap-db
instead of using locally installed versions.

Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>

---

 .gitlab-ci/meson-build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci/meson-build.sh b/.gitlab-ci/meson-build.sh
index cd0b62e4767..03c4a7d1b8e 100755
--- a/.gitlab-ci/meson-build.sh
+++ b/.gitlab-ci/meson-build.sh
@@ -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 \




More information about the mesa-commit mailing list