forked from mirrors/nixpkgs
Merge pull request #237936 from fgaz/libressl/riscv-tests
libressl: disable tests on riscv
This commit is contained in:
commit
f969df06b5
|
@ -62,7 +62,7 @@ let
|
|||
''}
|
||||
'';
|
||||
|
||||
doCheck = !stdenv.hostPlatform.isPower64;
|
||||
doCheck = !(stdenv.hostPlatform.isPower64 || stdenv.hostPlatform.isRiscV);
|
||||
preCheck = ''
|
||||
export PREVIOUS_${ldLibPathEnvName}=$${ldLibPathEnvName}
|
||||
export ${ldLibPathEnvName}="$${ldLibPathEnvName}:$(realpath tls/):$(realpath ssl/):$(realpath crypto/)"
|
||||
|
|
Loading…
Reference in a new issue