upgpkg: spot-client 0.4.1-1

upstream release
This commit is contained in:
Manuel 2024-05-07 18:58:27 +02:00
parent 3ec66e826f
commit 13ee2ac405
Signed by: Manuel
GPG key ID: 4085037435E1F07A
3 changed files with 30 additions and 27 deletions

View file

@ -1,19 +1,24 @@
diff --git a/src/meson.build b/src/meson.build
index 755d870..fac1b77 100644
index 900f3fa..e08b062 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -208,14 +208,3 @@ test('Unit tests',
],
timeout: 180
@@ -149,19 +149,3 @@ test('Unit tests',
timeout: 180,
env: env
)
-
-cargo_clippy = find_program(meson.source_root() / 'build-aux/clippy.sh')
-test('Clippy',
- cargo_clippy,
- cargo,
- args: [
- meson.source_root(),
- meson.build_root(),
- get_option('offline') ? 'true' : 'false'
- 'clippy',
- '--manifest-path', cargo_manifest,
- '--target-dir', meson.project_build_root() / 'src',
- '--',
- '-D', 'warnings',
- '-A', 'clippy::module_inception',
- '-A', 'clippy::new_without_default',
- '-A', 'clippy::enum-variant-names'
- ],
- timeout: 180
- timeout: 180,
- env: env
-)