Module: Mesa Branch: main Commit: 180cb30986e89f05034dd10c64934205ac134f40 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=180cb30986e89f05034dd10c64934205ac134f40
Author: David Heidelberg <david.heidelb...@collabora.com> Date: Thu Oct 26 17:21:38 2023 +0200 ci/docs: add coreutils Needed for correct GitLab CI `date` variable parsing. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10041 Signed-off-by: David Heidelberg <david.heidelb...@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25917> --- docs/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitlab-ci.yml b/docs/gitlab-ci.yml index 4d4bac680ee..cba1d51ff3f 100644 --- a/docs/gitlab-ci.yml +++ b/docs/gitlab-ci.yml @@ -8,7 +8,7 @@ paths: - public/ script: - - apk --no-cache add graphviz py3-clang clang-dev musl-dev linux-headers + - apk --no-cache add coreutils graphviz py3-clang clang-dev musl-dev linux-headers - pip3 install sphinx===5.1.1 mako===1.2.3 hawkmoth===0.16.0 - sphinx-build -W -b $BUILDER docs public