summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-06-09 05:38:19 +0530
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-06-10 06:01:41 +0000
commit83081f8ea560d3fff0ae6d68f41457a437dbdd28 (patch)
treebac97402efdb1a02c29311df83b00c820180b51f /.gitlab-ci.yml
parent604b92b9cb348ec8938bfdc65b42f5ce66a59121 (diff)
downloadgstreamer-83081f8ea560d3fff0ae6d68f41457a437dbdd28.tar.gz
ci: Disable werror for documentation build
The documentation build is running on an ancient Fedora 30 image that cannot be updated at present, and it's now triggering deprecation warnings in system headers: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2568#note_1418956 Disable werror here, it's not actually useful. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2568>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 07ea6867c2..4320614e39 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -664,6 +664,8 @@ valgrind ges:
variables:
MESON_ARGS: *simple_build
MESON_BUILDTYPE_ARGS: "-Ddoc=enabled"
+ # Disable werror for the docs build, we don't need it
+ MESON_GST_WERROR: ''
CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/"
script:
# FIXME: should rebuild the image with newer versions!