From 3f742fa43ff61626a81d42a30ba45967595bf97d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 29 Apr 2024 11:52:14 +0200 Subject: [PATCH] testing/onnxruntime: disable on riscv64 tests fails --- testing/onnxruntime/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/onnxruntime/APKBUILD b/testing/onnxruntime/APKBUILD index d48fe7f86be..8728e79a6bd 100644 --- a/testing/onnxruntime/APKBUILD +++ b/testing/onnxruntime/APKBUILD @@ -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