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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx>
---
 .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




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux