]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
gitlab-ci: Don't build docs in 'sanitizer' jobs
authorPeter Krempa <pkrempa@redhat.com>
Tue, 15 Jun 2021 15:27:18 +0000 (17:27 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 16 Jun 2021 11:05:37 +0000 (13:05 +0200)
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

index b5930a0a46d55fe0e5b6a861b317d6059522d55a..3fa616261e93ad38a2fc23c322296952fa866b27 100644 (file)
@@ -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;