From 4ddfc4503d2b33ed1e4aee765ceb760245feab16 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Wed, 1 Nov 2023 01:34:07 +0100 Subject: [PATCH] ci: fixup section names Copy-paste typo + missed section_end update. Fixes: 2815e5c94daf ("ci: hide Mesa install phase") 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 ee4ef8da4cb..d16c51fbc92 100755 --- a/.gitlab-ci/meson/build.sh +++ b/.gitlab-ci/meson/build.sh @@ -104,11 +104,11 @@ 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" +section_switch meson-install "meson: install" if command -V mold &> /dev/null ; then mold --run ninja install else ninja install fi cd .. -section_end meson-test +section_end meson-install