openvino-genai: disable tests on aarch64

This commit is contained in:
Martin Weinelt
2026-06-17 17:57:28 +02:00
parent 55fbdb263a
commit 84d2c48275
+4 -1
View File
@@ -164,7 +164,10 @@ stdenv.mkDerivation (finalAttrs: {
nativeCheckInputs = [ openvino-tokenizers ];
doCheck = true;
# C++ exception with description "Exception from src/inference/src/cpp/core.cpp:272:
# Exception from src/inference/src/dev/core_impl.cpp:706:
# Device with "CPU" name is not registered in the OpenVINO Runtime
doCheck = !stdenv.hostPlatform.isAarch64;
preCheck = ''
mkdir -p tests/cpp/data