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-06 20:18:46 +02:00
parent f92b709fd6
commit 275c09301b

View File

@@ -32,7 +32,8 @@
darwin.apple_sdk.frameworks.Security darwin.apple_sdk.frameworks.Security
]; ];
doCheck = stdenv.hostPlatform.isLinux; # tests regularly time out on aarch64
doCheck = stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86;
preCheck = '' preCheck = ''
export PATH=$PATH:$PWD/target/${stdenv.hostPlatform.rust.rustcTargetSpec}/release export PATH=$PATH:$PWD/target/${stdenv.hostPlatform.rust.rustcTargetSpec}/release