From: Matthias Clasen Date: Thu, 11 May 2023 14:16:34 +0000 (-0400) Subject: ci: Use the same options for the scan-build job X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~275^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=98f63d09c0f5fe319838f10d4404241bfa699b66;p=gtk4.git ci: Use the same options for the scan-build job In particular, not building the tests should help cutting down on time spent linking. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a38c67b5d..b571db7994 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -349,6 +349,8 @@ static-scan: - meson setup ${COMMON_MESON_FLAGS} ${EXTRA_MESON_FLAGS} + ${BACKEND_FLAGS} + ${FEATURE_FLAGS} _scan_build - ninja -C _scan_build scan-build artifacts: