ci: Use the same options for the scan-build job
authorMatthias Clasen <mclasen@redhat.com>
Thu, 11 May 2023 14:16:34 +0000 (10:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 11 May 2023 23:53:03 +0000 (19:53 -0400)
In particular, not building the tests should
help cutting down on time spent linking.

.gitlab-ci.yml

index 5a38c67b5df45beb8c8bfbf98f47da98c09e70cd..b571db799441e8abed785aba6bf490a6b2807cf6 100644 (file)
@@ -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: