ci: Use the same options for the scan-build job

In particular, not building the tests should
help cutting down on time spent linking.
This commit is contained in:
Matthias Clasen 2023-05-11 10:16:34 -04:00
parent 3353eac289
commit 98f63d09c0

View 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: