Module: Mesa Branch: master Commit: c65f907ce9c54e7b688bf2f465f0aac2e7a57bb8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c65f907ce9c54e7b688bf2f465f0aac2e7a57bb8
Author: Dylan Baker <[email protected]> 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 <[email protected]> --- .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 \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
