From 74b07819e8ed6a159eda906f06b1e0d45225f069 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Fri, 17 Feb 2023 21:39:53 +0100 Subject: Revert "ci: Make scan-build fail the job" scan-build currently does not neem to handle g_autofree very well... This reverts commit deb28a4d96922d9c68ce96743f1016c7ab9ebd59. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b13b458..791b125 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -189,6 +189,7 @@ static-scan: artifacts: paths: - _scan_build/meson-logs + allow_failure: true after_script: - .gitlab-ci/scanbuild-plist-to-junit.py _scan_build/meson-logs/scanbuild/ > _scan_build/junit-scan-build.xml artifacts: -- cgit v1.2.1