whisper-ctranslates2: mark as broken on aarch64-linux (#378248)

This commit is contained in:
Gaétan Lepage
2025-01-31 17:08:52 +01:00
committed by GitHub
@@ -51,5 +51,10 @@ python3Packages.buildPythonApplication {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ happysalada ];
mainProgram = "whisper-ctranslate2";
badPlatforms = [
# terminate called after throwing an instance of 'onnxruntime::OnnxRuntimeException'
# what(): /build/source/include/onnxruntime/core/common/logging/logging.h:320 static const onnxruntime::logging::Logger& onnxruntime::logging::LoggingManager::DefaultLogger() Attempt to use DefaultLogger but none has been registered.
"aarch64-linux"
];
};
}