libressl: disable tests on powerpc

This commit is contained in:
Adam Joseph 2023-05-15 17:53:48 -07:00
parent 3d94a12148
commit 9b10c55355

View file

@ -62,7 +62,7 @@ let
''}
'';
doCheck = true;
doCheck = !stdenv.hostPlatform.isPower64;
preCheck = ''
export PREVIOUS_${ldLibPathEnvName}=$${ldLibPathEnvName}
export ${ldLibPathEnvName}="$${ldLibPathEnvName}:$(realpath tls/):$(realpath ssl/):$(realpath crypto/)"