gnugrep: disable tests on riscv64

This commit is contained in:
Bit 2024-04-01 01:01:40 -04:00 committed by Bit Borealis
parent 5b76057bc4
commit 71830f5eed
No known key found for this signature in database
GPG Key ID: 2D816A2DCA6E5649

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation {
# cygwin: FAIL: multibyte-white-space
# freebsd: FAIL mb-non-UTF8-performance
# x86_64-darwin: fails 'stack-overflow' tests on Rosetta 2 emulator
doCheck = !stdenv.isCygwin && !stdenv.isFreeBSD && !(stdenv.isDarwin && stdenv.hostPlatform.isx86_64);
doCheck = !stdenv.isCygwin && !stdenv.isFreeBSD && !(stdenv.isDarwin && stdenv.hostPlatform.isx86_64) && !stdenv.buildPlatform.isRiscV64;
# On macOS, force use of mkdir -p, since Grep's fallback
# (./install-sh) is broken.