summary refs log tree commit diff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-10-23 16:39:43 +0200
committerVladimír Čunát <v@cunat.cz>2023-10-23 16:42:37 +0200
commit7aec39cc1f89bb10ff865a50790e40a263be7569 (patch)
treec1f893268b77fa42bf86596bbdcf43486d0bc958 /nixos/release-combined.nix
parent58c53b1a5461a61d0f7ed95713bb729075c71238 (diff)
nixos/release-combined: drop ZFS+i686 from blockers
The current state is certainly very wrong - testing ZFS only on i686.
I suspect it was a typo (?) in commit 2de3caf01109891.

The current practical problem is that the test fails,
though in a part that looks cross-platform (which adds confusion):
https://hydra.nixos.org/build/239290208#tabs-buildsteps
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 9fceafdd271d6..cb7bbcb63f80f 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -165,7 +165,6 @@ in rec {
         (onFullSupported "nixos.tests.switchTest")
         (onFullSupported "nixos.tests.udisks2")
         (onFullSupported "nixos.tests.xfce")
-        (onSystems ["i686-linux"] "nixos.tests.zfs.installer")
         (onFullSupported "nixpkgs.emacs")
         (onFullSupported "nixpkgs.jdk")
         ["nixpkgs.tarball"]