mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
frigate: reenable tests on aarch64-linux
This commit is contained in:
parent
ae73d97b91
commit
597b21083c
1 changed files with 0 additions and 3 deletions
|
|
@ -239,9 +239,6 @@ python3Packages.buildPythonApplication rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
# interpreter crash in onnxruntime on aarch64-linux
|
||||
doCheck = !(stdenv.hostPlatform.system == "aarch64-linux");
|
||||
|
||||
preCheck = ''
|
||||
# Unavailable in the build sandbox
|
||||
substituteInPlace frigate/const.py \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue