libpsl: disable valgrind tests on aarch64(-linux)
https://hydra.nixos.org/build/154709256
This commit is contained in:
parent
a484ea4131
commit
a09db7d6da
@ -15,7 +15,10 @@
|
||||
}:
|
||||
|
||||
let
|
||||
enableValgrindTests = !stdenv.isDarwin && lib.meta.availableOn stdenv.hostPlatform valgrind;
|
||||
enableValgrindTests = !stdenv.isDarwin && lib.meta.availableOn stdenv.hostPlatform valgrind
|
||||
# Apparently valgrind doesn't support some new ARM features on (some) Hydra machines:
|
||||
# VEX: Mismatch detected between RDMA and atomics features.
|
||||
&& !stdenv.isAarch64;
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "libpsl";
|
||||
version = "0.21.0";
|
||||
|
Loading…
Reference in New Issue
Block a user