From 160e6703d799810b5fe1c42612015f142f619de9 Mon Sep 17 00:00:00 2001 From: madonuko Date: Thu, 8 Aug 2024 21:50:05 +0800 Subject: [PATCH 1/5] fix(voicevox): try to use large runners --- anda/apps/voicevox/anda.hcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anda/apps/voicevox/anda.hcl b/anda/apps/voicevox/anda.hcl index 455f83d7d4..ee99912721 100644 --- a/anda/apps/voicevox/anda.hcl +++ b/anda/apps/voicevox/anda.hcl @@ -3,4 +3,7 @@ project pkg { rpm { spec = "voicevox.spec" } + labels { + large = 1 + } } From eba8b75476b3b5b5f966bbc052f59f3e455eafe1 Mon Sep 17 00:00:00 2001 From: madomado Date: Thu, 8 Aug 2024 22:02:50 +0800 Subject: [PATCH 2/5] fix(voicevox): do not compress for cpio Signed-off-by: madomado --- 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..a8b39bd3c3 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.ufdio + # Exclude private libraries %global __requires_exclude libffmpeg.so %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so From 1b67aa6ac202a9a93e2d5c71dba7d4ba5787d36d Mon Sep 17 00:00:00 2001 From: madomado Date: Thu, 8 Aug 2024 22:03:08 +0800 Subject: [PATCH 3/5] don't use lg Signed-off-by: madomado --- anda/apps/voicevox/anda.hcl | 3 --- 1 file changed, 3 deletions(-) diff --git a/anda/apps/voicevox/anda.hcl b/anda/apps/voicevox/anda.hcl index ee99912721..455f83d7d4 100644 --- a/anda/apps/voicevox/anda.hcl +++ b/anda/apps/voicevox/anda.hcl @@ -3,7 +3,4 @@ project pkg { rpm { spec = "voicevox.spec" } - labels { - large = 1 - } } From 63ec8386d36ac3d6ddbe9f1b73252d396dd9d30f Mon Sep 17 00:00:00 2001 From: madomado Date: Thu, 8 Aug 2024 22:21:15 +0800 Subject: [PATCH 4/5] fdio? Signed-off-by: madomado --- anda/apps/voicevox/voicevox.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/voicevox/voicevox.spec b/anda/apps/voicevox/voicevox.spec index a8b39bd3c3..a593ba2582 100644 --- a/anda/apps/voicevox/voicevox.spec +++ b/anda/apps/voicevox/voicevox.spec @@ -5,8 +5,8 @@ %define __strip /bin/true # do not perform compression in cpio -%define _source_payload w0.ufdio -%define _binary_payload w0.ufdio +%define _source_payload w0.fdio +%define _binary_payload w0.fdio # Exclude private libraries %global __requires_exclude libffmpeg.so From 5dae90d44dc601d5f0c69370d8339fe400c94e8f Mon Sep 17 00:00:00 2001 From: madomado Date: Thu, 8 Aug 2024 22:23:54 +0800 Subject: [PATCH 5/5] Update voicevox.spec Signed-off-by: madomado --- anda/apps/voicevox/voicevox.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/voicevox/voicevox.spec b/anda/apps/voicevox/voicevox.spec index a593ba2582..1f50e206bf 100644 --- a/anda/apps/voicevox/voicevox.spec +++ b/anda/apps/voicevox/voicevox.spec @@ -5,8 +5,8 @@ %define __strip /bin/true # do not perform compression in cpio -%define _source_payload w0.fdio -%define _binary_payload w0.fdio +%define _source_payload w0.ufdio +%define _binary_payload w0.gzdio # Exclude private libraries %global __requires_exclude libffmpeg.so