From 39c8d645c627ef564a4fd4f80de01a55b92ce5aa Mon Sep 17 00:00:00 2001 From: madomado Date: Thu, 8 Aug 2024 22:46:20 +0800 Subject: [PATCH] fix(voicevox): try to use large runners (#1865) (cherry picked from commit 9224889290589f5431d1cbcd493c09a1193d3a81) --- anda/apps/voicevox/voicevox.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/anda/apps/voicevox/voicevox.spec b/anda/apps/voicevox/voicevox.spec index 580222b0d3..1f50e206bf 100644 --- a/anda/apps/voicevox/voicevox.spec +++ b/anda/apps/voicevox/voicevox.spec @@ -4,6 +4,10 @@ # do not strip binaries %define __strip /bin/true +# do not perform compression in cpio +%define _source_payload w0.ufdio +%define _binary_payload w0.gzdio + # Exclude private libraries %global __requires_exclude libffmpeg.so %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so