perl.pkgs.Test2Harness: disable tests on riscv (#447249)

This commit is contained in:
misuzu
2025-10-04 09:24:13 +00:00
committed by GitHub
+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