Skip to content

Commit

Permalink
Disable clang checks, as we don't have a fully instrumented dependenc…
Browse files Browse the repository at this point in the history
…y tree
  • Loading branch information
mariusor committed Apr 17, 2021
1 parent a20ff6a commit b3ccfce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ tasks:
- build: |
cd mpris-ctl
make check
make CC=clang check_leak check_undefined
## this needs libdbus and glibc to be built with the memory sanitizer, which is out of scope for the moment
#make CC=clang check

0 comments on commit b3ccfce

Please sign in to comment.