ci: Disable werror for documentation build
authorNirbheek Chauhan <nirbheek@centricular.com>
Thu, 9 Jun 2022 00:08:19 +0000 (05:38 +0530)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 10 Jun 2022 06:01:41 +0000 (06:01 +0000)
commit83081f8ea560d3fff0ae6d68f41457a437dbdd28
treebac97402efdb1a02c29311df83b00c820180b51f
parent604b92b9cb348ec8938bfdc65b42f5ce66a59121
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>
.gitlab-ci.yml