perl.pkgs.Test2Harness: disable tests on riscv

This commit is contained in:
misuzu
2025-09-29 20:37:34 +03:00
parent 2832ea4201
commit 4f223067fc
+4
View File
@@ -33228,6 +33228,10 @@ with self;
./scripts/yath test -j $NIX_BUILD_CORES
'';
# The t/integration/preload.t test is broken on riscv64
# https://github.com/Test-More/Test2-Harness/issues/290
doCheck = !stdenv.hostPlatform.isRiscV;
propagatedBuildInputs = [
DataUUID
Importer