16 Jun
2021
16 Jun
'21
4:02 p.m.
On Tue, 2021-06-15 at 17:45 +0200, Peter Krempa wrote:
Docs are not sanitized, thus there's no point in building them.
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Tim Wiederhake <twiederh@redhat.com>
--- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5930a0a46..3fa616261e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,7 +86,7 @@ stages: before_script: - *script_variables script: - - meson build --werror -Db_lundef=false - Db_sanitize="$SANITIZER" + - meson build --werror -Ddocs=disabled -Db_lundef=false - Db_sanitize="$SANITIZER" - ninja -C build; - ninja -C build test;