mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/onnxruntime: disable on riscv64
tests fails
This commit is contained in:
parent
ea318c6d58
commit
3f742fa43f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user