mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-01-04 00:30:18 +01:00
ci: scan-build, ignore meson-built files
Like .gir introspection files that are generated are currently failing
This commit is contained in:
parent
28b9ab7e37
commit
8e22b2e22e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This wrapper just disables the malloc checker
|
||||
exec /usr/bin/scan-build --status-bugs -disable-checker unix.Malloc "$@"
|
||||
exec /usr/bin/scan-build --status-bugs -disable-checker unix.Malloc --exclude "_build/meson-private" "$@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue