nixos release-combined: only build zfsroot tests on x86_64-linux

This commit is contained in:
Graham Christensen 2017-06-30 15:21:30 -04:00
parent 3c29fbe72a
commit 5fd4ae36e2
No known key found for this signature in database
GPG Key ID: 06121D366FE9435C
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ in rec {
(all nixos.tests.firefox) (all nixos.tests.firefox)
(all nixos.tests.firewall) (all nixos.tests.firewall)
nixos.tests.gnome3.x86_64-linux # FIXME: i686-linux 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.lvm)
(all nixos.tests.installer.luksroot) (all nixos.tests.installer.luksroot)
(all nixos.tests.installer.separateBoot) (all nixos.tests.installer.separateBoot)