mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 19:47:48 +00:00
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 New Issue
Block a user