From b3caf32f786f69727243831e40d452b7afe6d906 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 7 Apr 2025 08:44:43 -0400 Subject: [PATCH] voice: Disable Greek voicing in daily and release builds ...Its coverage is below the 80% threshold. If anyone complains, they can help improve the translation coverage first. Change-Id: I0201497ec1209a7d125ac99ec45de6e2a9e41098 --- tools/builds.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/builds.pm b/tools/builds.pm index bf900df3f2..edb73a524b 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -737,7 +737,7 @@ sub simbuilds { 'gtts' => '-l el', 'piper' => 'el_GR-rapunzelina-low.onnx', }, - 'enabled' => 1, + 'enabled' => 0, }, 'italiano' => { 'lang' => 'italiano',