Merge pull request #237936 from fgaz/libressl/riscv-tests

libressl: disable tests on riscv
This commit is contained in:
Nick Cao
2023-06-16 19:25:05 -06:00
committed by GitHub
@@ -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/)"