diff options
author | Dylan Baker <[email protected]> | 2019-10-14 09:04:47 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-10-16 23:26:09 +0000 |
commit | c65f907ce9c54e7b688bf2f465f0aac2e7a57bb8 (patch) | |
tree | 16cd9929cc6263d6937902c45f9ce8ba429075f9 /.gitlab-ci/meson-build.sh | |
parent | 449f8310887353c8359cd8b81f4bcc1eb9f1062b (diff) |
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]>
Diffstat (limited to '.gitlab-ci/meson-build.sh')
-rwxr-xr-x | .gitlab-ci/meson-build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |