testing/onnxruntime: disable on loongarch64

Signed-off-by: Weijie Wang <wangweijie@loongson.cn>
This commit is contained in:
Weijie Wang 2024-06-13 07:56:37 +00:00 committed by Celeste
parent 7044f12b6d
commit 720b8a5539

View File

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