mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
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@intel.com>
This commit is contained in:
parent
449f831088
commit
c65f907ce9
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue