From 9fc82560d3ffa24aa67e39a113f43d060644f390 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Tue, 9 Aug 2022 22:31:19 +0800 Subject: [PATCH] ci: disable glcpp tests for now these are too flaky to continue running for now Signed-off-by: Yonggang Luo Reviewed-by: Erik Faye-Lund Part-of: --- .gitlab-ci/meson/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/meson/build.sh b/.gitlab-ci/meson/build.sh index 83df5471696..eb5b8933176 100755 --- a/.gitlab-ci/meson/build.sh +++ b/.gitlab-ci/meson/build.sh @@ -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} \