Add 'spot-client/' from commit '4ae0a00e99
'
git-subtree-dir: spot-client git-subtree-mainline:0ac56c082a
git-subtree-split:4ae0a00e99
This commit is contained in:
commit
b1ad5a3f48
5 changed files with 127 additions and 0 deletions
19
spot-client/disable-clippy.patch
Normal file
19
spot-client/disable-clippy.patch
Normal file
|
@ -0,0 +1,19 @@
|
|||
diff --git a/src/meson.build b/src/meson.build
|
||||
index 755d870..fac1b77 100644
|
||||
--- a/src/meson.build
|
||||
+++ b/src/meson.build
|
||||
@@ -208,14 +208,3 @@ test('Unit tests',
|
||||
],
|
||||
timeout: 180
|
||||
)
|
||||
-
|
||||
-cargo_clippy = find_program(meson.source_root() / 'build-aux/clippy.sh')
|
||||
-test('Clippy',
|
||||
- cargo_clippy,
|
||||
- args: [
|
||||
- meson.source_root(),
|
||||
- meson.build_root(),
|
||||
- get_option('offline') ? 'true' : 'false'
|
||||
- ],
|
||||
- timeout: 180
|
||||
-)
|
Loading…
Add table
Add a link
Reference in a new issue