[PATCH] gitlab-ci: Don't build docs in 'sanitizer' jobs

Peter Krempa pkrempa at redhat.com
Tue Jun 15 15:45:49 UTC 2021


Docs are not sanitized, thus there's no point in building them.

Signed-off-by: Peter Krempa <pkrempa at 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;

-- 
2.31.1




More information about the libvir-list mailing list