radicle-node: don't test on aarch64

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
This commit is contained in:
2024-07-07 16:30:08 +02:00
co-authored by Weijia Wang
parent 67ddd2e0aa
commit f27d5f0de5
+2 -1
View File
@@ -32,7 +32,8 @@
darwin.apple_sdk.frameworks.Security
];
doCheck = stdenv.hostPlatform.isLinux;
# tests regularly time out on aarch64
doCheck = stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86;
preCheck = ''
export PATH=$PATH:$PWD/target/${stdenv.hostPlatform.rust.rustcTargetSpec}/release