ci: disable unit tests

Acked-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16863>
This commit is contained in:
Mike Blumenkrantz 2022-06-03 18:47:19 -04:00 committed by Marge Bot
parent ed4bd8738d
commit 4dd8c143a9
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ meson _build --native-file=native.file \
-D prefix=`pwd`/install \
-D libdir=lib \
-D buildtype=${BUILDTYPE:-debug} \
-D build-tests=true \
-D build-tests=false \
-D c_args="$(echo -n $C_ARGS)" \
-D cpp_args="$(echo -n $CPP_ARGS)" \
-D libunwind=${UNWIND} \