projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
449f831
)
gitlab-ci: Set the meson wrapmode to disabled
author
Dylan Baker
<dylan@pnwbakers.com>
Mon, 14 Oct 2019 16:04:47 +0000
(09:04 -0700)
committer
Dylan 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
patch
|
blob
|
history
diff --git
a/.gitlab-ci/meson-build.sh
b/.gitlab-ci/meson-build.sh
index cd0b62e4767bde26db369c5c44fdf818799be1f9..03c4a7d1b8ece3fd19f533681eced4c8c483e323 100755
(executable)
--- 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 \