Re: What's cooking in git.git (Mar 2025, #04; Fri, 14)
From: Jeff King <hidden>
Date: 2025-03-14 18:41:32
From: Jeff King <hidden>
Date: 2025-03-14 18:41:32
On Fri, Mar 14, 2025 at 10:36:39AM -0700, Junio C Hamano wrote:
* ps/ci-meson-check-build-docs (2025-03-12) 1 commit - ci: perform build and smoke tests for Meson docs CI update. Will merge to 'next'. source: [ref]
I didn't dig into it, but I'd imagine this topic is the source of CI failures on the "documentation" job like this: 2025-03-14T17:50:13.8749066Z + meson setup build-asciidoc -Ddocs=html,man -Ddocs_backend=asciidoc 2025-03-14T17:50:13.8752287Z ci/test-documentation.sh: line 50: meson: command not found 2025-03-14T17:50:13.8769502Z ##[error]Process completed with exit code 127. that I'm seeing in jch (and looks like you have a similar one in the latest build of 'seen') -Peff