Unverified Commit 2df9bf35 authored by Alexander V. Nikolaev's avatar Alexander V. Nikolaev
Browse files

Add wineWow64Packages as acceptable test targets

parent 62b2914c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -75,5 +75,14 @@ listToAttrs (
      # This wayland combination times out after spending many hours.
      # https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.wine.wineWowPackages-wayland.x86_64-linux
      (pkgs.lib.remove "wayland" variants)
    ++
      map
        (makeWineTest "wineWow64Packages" [
          hello32
          hello64
        ])
        # This wayland combination times out after spending many hours.
        # https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.wine.wineWowPackages-wayland.x86_64-linux
        (pkgs.lib.remove "wayland" variants)
  )
)