mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/onnxruntime: disable on loongarch64
Signed-off-by: Weijie Wang <wangweijie@loongson.cn>
This commit is contained in:
parent
7044f12b6d
commit
720b8a5539
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user