testing/piper-phonemize: disable on riscv64

due to onnxruntime
This commit is contained in:
Natanael Copa 2024-04-29 11:57:03 +02:00
parent 3f742fa43f
commit c90dd4153a

View File

@ -5,8 +5,8 @@ pkgver=${_pkgver/-/.}
pkgrel=1 pkgrel=1
pkgdesc="C++ library for converting text to phonemes for piper-tts" pkgdesc="C++ library for converting text to phonemes for piper-tts"
url="https://github.com/rhasspy/piper-phonemize" url="https://github.com/rhasspy/piper-phonemize"
# x86, s390x: not supported by onnxruntime # x86, riscv64, s390x: not supported by onnxruntime
arch="all !x86 !s390x" arch="all !x86 !riscv64 !s390x"
license="MIT AND GPL-3.0-only" license="MIT AND GPL-3.0-only"
depends_dev="$pkgname-libs" depends_dev="$pkgname-libs"
makedepends=" makedepends="