testing/onnxruntime: disable on riscv64

tests fails
This commit is contained in:
Natanael Copa 2024-04-29 11:52:14 +02:00
parent ea318c6d58
commit 3f742fa43f

View File

@ -5,7 +5,8 @@ pkgrel=1
pkgdesc="Cross-platform, high performance ML inferencing and training accelerator"
url="https://onnxruntime.ai"
# x86, s390x: fails to build
arch="all !x86 !s390x"
# riscv64: tests fails
arch="all !x86 !s390x !riscv64"
license="MIT"
makedepends="
abseil-cpp-dev