From 59c8a1e672b7eb4b151adc15f41906d89b900bc1 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 26 Oct 2025 10:06:41 +0000 Subject: [PATCH] calibre: skip crashing test on aarch64-linux --- pkgs/by-name/ca/calibre/package.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/by-name/ca/calibre/package.nix b/pkgs/by-name/ca/calibre/package.nix index c3a560e19f79..eaad1cb706c1 100644 --- a/pkgs/by-name/ca/calibre/package.nix +++ b/pkgs/by-name/ca/calibre/package.nix @@ -238,6 +238,12 @@ stdenv.mkDerivation (finalAttrs: { ++ lib.optionals stdenv.hostPlatform.isAarch64 [ # https://github.com/microsoft/onnxruntime/issues/10038 "test_piper" + + # terminate called after throwing an instance of 'onnxruntime::OnnxRuntimeException' + # what(): /build/source/include/onnxruntime/core/common/logging/logging.h:371 + # static const onnxruntime::logging::Logger& onnxruntime::logging::LoggingManager::DefaultLogger() + # Attempt to use DefaultLogger but none has been registered. + "test_plugins" ] ++ lib.optionals (!unrarSupport) [ "test_unrar"