Module: Mesa Branch: main Commit: 1fbdf57c48a2f14190d4600da684b457a09dcc27 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1fbdf57c48a2f14190d4600da684b457a09dcc27
Author: David Heidelberg <[email protected]> Date: Thu Mar 2 23:15:45 2023 +0100 ci: make meson build and test uncollapsed Fixes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8419 Signed-off-by: David Heidelberg <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21668> --- .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
