File: disable-clippy.diff

package info (click to toggle)
kooha 2.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,228 kB
  • sloc: xml: 24; makefile: 21; sh: 16
file content (32 lines) | stat: -rw-r--r-- 626 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From: Matthias Geiger <werdahias@debian.org>
Date: Sat, 7 Sep 2024 12:44:01 +0200
Subject: Patch src/meson.build to disable clippy test

Forwarded: not-needed
---
 src/meson.build | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/src/meson.build b/src/meson.build
index 72f46e1..06c367c 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -64,18 +64,3 @@ test(
   timeout: 300, # give cargo more time
 )
 
-test(
-  'cargo-clippy',
-  cargo,
-  args: [
-    'clippy',
-    cargo_options,
-    '--',
-    '-D',
-    'warnings'
-  ],
-  env: [
-    cargo_env
-  ],
-  timeout: 300, # give cargo more time
-)