mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/piper-phonemize: disable on riscv64
due to onnxruntime
This commit is contained in:
parent
3f742fa43f
commit
c90dd4153a
@ -5,8 +5,8 @@ pkgver=${_pkgver/-/.}
|
||||
pkgrel=1
|
||||
pkgdesc="C++ library for converting text to phonemes for piper-tts"
|
||||
url="https://github.com/rhasspy/piper-phonemize"
|
||||
# x86, s390x: not supported by onnxruntime
|
||||
arch="all !x86 !s390x"
|
||||
# x86, riscv64, s390x: not supported by onnxruntime
|
||||
arch="all !x86 !riscv64 !s390x"
|
||||
license="MIT AND GPL-3.0-only"
|
||||
depends_dev="$pkgname-libs"
|
||||
makedepends="
|
||||
|
Loading…
Reference in New Issue
Block a user