libressl: disable tests on powerpc
This commit is contained in:
parent
3d94a12148
commit
9b10c55355
1 changed files with 1 additions and 1 deletions
|
@ -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/)"
|
||||
|
|
Loading…
Reference in a new issue