mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
Add wineWow64Packages as acceptable test targets
Signed-off-by: Alexander V. Nikolaev <avn@avnik.info>
This commit is contained in:
parent
62b2914c44
commit
2df9bf3523
1 changed files with 9 additions and 0 deletions
|
@ -75,5 +75,14 @@ listToAttrs (
|
||||||
# This wayland combination times out after spending many hours.
|
# 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
|
# https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.wine.wineWowPackages-wayland.x86_64-linux
|
||||||
(pkgs.lib.remove "wayland" variants)
|
(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)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue