mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-15 00:44:25 +09:00
ci: scan-build, ignore meson-built files
Like .gir introspection files that are generated are currently failing
This commit is contained in:
committed by
Marco Trevisan
parent
28b9ab7e37
commit
8e22b2e22e
@@ -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" "$@"
|
||||
|
||||
Reference in New Issue
Block a user