1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/community/kooha/no-clippy.patch
Jakub Jirutka 49857691a4 community/kooha: fix this mess again
I must be having a bad day. :(
2022-11-19 23:23:35 +01:00

23 lines
533 B
Diff

Don't run linter.
--- a/src/meson.build
+++ b/src/meson.build
@@ -72,18 +72,3 @@
],
timeout: 300, # give cargo more time
)
-
-test(
- 'cargo-clippy',
- cargo,
- args: [
- 'clippy',
- '--manifest-path=@0@'.format(manifest_path),
- '--target-dir=@0@'.format(cargo_target_dir),
- ],
- env: [
- 'CARGO_HOME=@0@'.format(cargo_home),
- 'PATH=/app/bin:/usr/bin:/usr/lib/sdk/llvm14/bin:/usr/lib/sdk/rust-stable/bin', # TODO Remove llvm14 once removed in manifest
- ],
- timeout: 300, # give cargo more time
-)