ci: disable glcpp tests for now
authorYonggang Luo <luoyonggang@gmail.com>
Tue, 9 Aug 2022 14:31:19 +0000 (22:31 +0800)
committerMarge Bot <emma+marge@anholt.net>
Mon, 22 Aug 2022 14:18:53 +0000 (14:18 +0000)
these are too flaky to continue running for now

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17928>

.gitlab-ci/meson/build.sh

index 83df547..eb5b893 100755 (executable)
@@ -68,6 +68,7 @@ meson _build --native-file=native.file \
       -D build-tests=false \
       -D c_args="$(echo -n $C_ARGS)" \
       -D cpp_args="$(echo -n $CPP_ARGS)" \
+      -D enable-glcpp-tests=false \
       -D libunwind=${UNWIND} \
       ${DRI_LOADERS} \
       ${GALLIUM_ST} \