ci: make meson build and test uncollapsed

Fixes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8419

Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21668>
This commit is contained in:
David Heidelberg 2023-03-02 23:15:45 +01:00 committed by Marge Bot
parent fb82371558
commit 1fbdf57c48

View file

@ -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