void-packages/srcpkgs/fwupd/patches/skip-fu-self-tests.patch
Đoàn Trần Công Danh aaf3922cd7 fwupd: ship lvfs signature
Otherwise, new installation of fwupd cannot refresh database

Fix: #47932
2023-12-31 23:14:47 +07:00

9 lines
307 B
Diff

--- a/src/meson.build
+++ b/src/meson.build
@@ -383,5 +383,5 @@ if get_option('tests')
'-DSRCDIR="' + meson.current_source_dir() + '"',
],
)
- test('fu-self-test', e, is_parallel: false, timeout: 180, env: env)
+ # test('fu-self-test', e, is_parallel: false, timeout: 180, env: env)
endif