ci: hide Mesa install phase

So far we show installation part together with meson tests.

Reviewed-by: Martin Roukala <martin.roukala@mupuf.org>
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25843>
This commit is contained in:
David Heidelberg
2023-10-22 11:41:47 +02:00
committed by Marge Bot
parent 68e8e40163
commit 2815e5c94d

View File

@@ -104,6 +104,7 @@ fi
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}
section_switch meson-configure "meson: install"
if command -V mold &> /dev/null ; then
mold --run ninja install
else