From 9bd8c45db0f66bbc555be3c1b5b976b840c45c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 18 Oct 2021 15:48:09 +0100 Subject: [PATCH] ci: install newer meson via pip in documentation job Since updating the existing image seems difficult and efforts to redo the setup are still work in progress. Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1c9780f71..40538a6bb2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -701,7 +701,9 @@ valgrind ges: MESON_BUILDTYPE_ARGS: "-Ddoc=enabled" CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/" script: + # FIXME: should rebuild the image with newer versions! - pip3 install --upgrade hotdoc + - pip3 install --upgrade meson - *build - ./gst-env.py ninja -C build/ plugins_doc_caches - ./ci/scripts/check-documentation-diff.py