mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-12 02:44:18 +00:00
ci/scan-build: Exclude the full path of the build dir
The tool runs in the build dir as cwd, but let' make this clearer
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh -x
|
||||||
|
|
||||||
# This wrapper just disables the malloc checker
|
# This wrapper just disables the malloc checker
|
||||||
exec /usr/bin/scan-build --status-bugs -disable-checker unix.Malloc --exclude "_build/meson-private" "$@"
|
exec /usr/bin/scan-build --status-bugs -disable-checker unix.Malloc \
|
||||||
|
--exclude "$PWD/_build/meson-private" \
|
||||||
|
--exclude "$PWD/meson-private" \
|
||||||
|
"$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user