i3: Only enable tests for x86_64-linux.
Right now, tests for i686-linux fail, see: https://hydra.nixos.org/build/13024964 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
5a918f5f5c
commit
3d34dc39ac
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
doCheck = stdenv.system == "x86_64-linux";
|
||||
|
||||
checkPhase = ''
|
||||
ln -sf "${xdummy}/bin/xdummy" testcases/Xdummy
|
||||
|
Loading…
Reference in New Issue
Block a user