Skip to content

Commit 2096112

Browse files
committed
Don't run memory sanitizer check as dbus has a use-of-unitialized-value error
1 parent 2d1697b commit 2096112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ tasks:
99
- build: |
1010
cd mpris-ctl
1111
make check
12-
make CC=clang check
12+
make CC=clang check_leak check_undefined

0 commit comments

Comments
 (0)