Skip to content
Snippets Groups Projects
Commit 3df34f76 authored by Simon McVittie's avatar Simon McVittie
Browse files

CI: Don't run scan-build

scan-build doesn't understand `__attribute__((cleanup))`
(see https://bugs.llvm.org/show_bug.cgi?id=3888

) so it will report
increasingly many false-positive memory leaks in this codebase.
It's sufficiently time-consuming that it doesn't make sense to run it
as part of our usual pipeline.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent e263eeab
No related branches found
No related tags found
1 merge request!323CI: Speed up build:devel step
Pipeline #14262 passed
......@@ -163,7 +163,6 @@ build:clang:
--werror \
_build/clang-asan
ninja -C _build/clang-asan
ninja -C _build/clang-asan scan-build
ninja -C _build/clang-asan install
meson test --verbose -C _build/clang-asan
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment