calibre: unbreak on aarch64-linux
After `onnxruntime` was updated to v1.21.0 the `piper-tts` started failing inside the nixbld due to the missing `/sys` directory. This is likely related to <https://github.com/microsoft/onnxruntime/issues/10038>.
This commit is contained in:
@@ -219,6 +219,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
$ETN 'test_qt' # we don't include svg or webp support
|
||||
$ETN 'test_import_of_all_python_modules' # explores actual file paths, gets confused
|
||||
$ETN 'test_websocket_basic' # flakey
|
||||
${lib.optionalString stdenv.hostPlatform.isAarch64 "$ETN 'test_piper'"} # https://github.com/microsoft/onnxruntime/issues/10038
|
||||
${lib.optionalString (!unrarSupport) "$ETN 'test_unrar'"}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user