ci: build docs using meson

To avoid having to inflate the image here even further, let's just add
what we need to the the normal x86 Alpine build image, and use that.

Reviewed-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11494>
This commit is contained in:
Erik Faye-Lund
2024-06-20 12:46:50 +02:00
committed by Marge Bot
parent 1e7636fbb1
commit fdd204538b
4 changed files with 22 additions and 16 deletions

View File

@@ -346,6 +346,12 @@ alpine/x86_64_build:
- .alpine/x86_64_build-base
variables:
MESA_IMAGE_TAG: &alpine-x86_64_build ${ALPINE_X86_64_BUILD_TAG}
rules:
- !reference [pages, rules]
- !reference [test-docs, rules]
- !reference [test-docs-mr, rules]
- !reference [linkcheck-docs, rules]
- !reference [.container, rules]
.use-alpine/x86_64_build:
extends: