From 1fbdf57c48a2f14190d4600da684b457a09dcc27 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Thu, 2 Mar 2023 23:15:45 +0100 Subject: [PATCH] ci: make meson build and test uncollapsed Fixes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8419 Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci/meson/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/meson/build.sh b/.gitlab-ci/meson/build.sh index 8809d3269b8..c1bfbc50760 100755 --- a/.gitlab-ci/meson/build.sh +++ b/.gitlab-ci/meson/build.sh @@ -84,7 +84,7 @@ meson setup _build \ cd _build meson configure -section_switch meson-build "meson: build" +uncollapsed_section_switch meson-build "meson: build" if command -V mold &> /dev/null ; then mold --run ninja @@ -93,7 +93,7 @@ else fi -section_switch meson-test "meson: test" +uncollapsed_section_switch meson-test "meson: test" LC_ALL=C.UTF-8 meson test --num-processes ${FDO_CI_CONCURRENT:-4} --print-errorlogs ${MESON_TEST_ARGS} if command -V mold &> /dev/null ; then mold --run ninja install