From 7e408b201da05dcebc618420d40511b0d02df1fa Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Sun, 29 Oct 2023 16:14:53 +0100 Subject: [PATCH] ci: disable analyzer step --- .builds/alpine-latest.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.builds/alpine-latest.yml b/.builds/alpine-latest.yml index f63b472..627e657 100644 --- a/.builds/alpine-latest.yml +++ b/.builds/alpine-latest.yml @@ -52,13 +52,13 @@ tasks: ci-meson clang test ci-meson clang memcheck - - analyzer: | - . ~/ci/activate - - ci-meson analyzer setup \ - -Duse-fontconfig=disabled - ci-meson analyzer build - ci-meson analyzer test + # - analyzer: | + # . ~/ci/activate + # + # ci-meson analyzer setup \ + # -Duse-fontconfig=disabled + # ci-meson analyzer build + # ci-meson analyzer test - deploy: | . ~/ci/activate -- 2.38.5