3
0
Fork 0
forked from mirrors/nixpkgs

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
commit f969df06b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/)"