rowhammer-test: Broken on non-x86 (and Darwin)
https://hydra.nixos.org/build/65060720 https://hydra.nixos.org/build/65048404
This commit is contained in:
parent
56ecf95468
commit
b3e4b224ed
|
@ -24,6 +24,6 @@ stdenv.mkDerivation {
|
||||||
homepage = https://github.com/google/rowhammer-test;
|
homepage = https://github.com/google/rowhammer-test;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ maintainers.viric ];
|
maintainers = [ maintainers.viric ];
|
||||||
platforms = platforms.unix;
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue