From 5fd4ae36e2b19d4c1c97284817a8767017b82cb1 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 30 Jun 2017 15:21:30 -0400 Subject: [PATCH] nixos release-combined: only build zfsroot tests on x86_64-linux --- nixos/release-combined.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index 49ddd95887b..ecbd317cb9a 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -52,7 +52,7 @@ in rec { (all nixos.tests.firefox) (all nixos.tests.firewall) nixos.tests.gnome3.x86_64-linux # FIXME: i686-linux - (all nixos.tests.installer.zfsroot) + nixos.tests.installer.zfsroot.x86_64-linux # ZFS is 64bit only (all nixos.tests.installer.lvm) (all nixos.tests.installer.luksroot) (all nixos.tests.installer.separateBoot)