From 98f63d09c0f5fe319838f10d4404241bfa699b66 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 11 May 2023 10:16:34 -0400 Subject: ci: Use the same options for the scan-build job In particular, not building the tests should help cutting down on time spent linking. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci.yml') 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: -- cgit v1.2.1