Module: Mesa Branch: main Commit: 4ddfc4503d2b33ed1e4aee765ceb760245feab16 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ddfc4503d2b33ed1e4aee765ceb760245feab16
Author: David Heidelberg <david.heidelb...@collabora.com> Date: Wed Nov 1 01:34:07 2023 +0100 ci: fixup section names Copy-paste typo + missed section_end update. Fixes: 2815e5c94daf ("ci: hide Mesa install phase") Signed-off-by: David Heidelberg <david.heidelb...@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25982> --- .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