Commit 4f223067 authored by misuzu's avatar misuzu
Browse files

perl.pkgs.Test2Harness: disable tests on riscv

parent 2832ea42
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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