Mesa (main): ci: disable unit tests

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jun 4 00:18:04 UTC 2022


Module: Mesa
Branch: main
Commit: 4dd8c143a9b76b340da868f7b5186e268073fc27
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4dd8c143a9b76b340da868f7b5186e268073fc27

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Fri Jun  3 18:47:19 2022 -0400

ci: disable unit tests

Acked-by: Daniel Stone <daniels at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16863>

---

 .gitlab-ci/meson/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci/meson/build.sh b/.gitlab-ci/meson/build.sh
index a400213d4ee..43255b89e31 100755
--- a/.gitlab-ci/meson/build.sh
+++ b/.gitlab-ci/meson/build.sh
@@ -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} \



More information about the mesa-commit mailing list