Skip to content

Commit

Permalink
nixosTests.gitlab: do not block nixos-unstable on aarch64 (#368509)
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 authored Dec 27, 2024
2 parents 3c14d26 + 055ed20 commit 634fd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/release-combined.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ rec {

(onFullSupported "nixos.tests.firewall")
(onFullSupported "nixos.tests.fontconfig-default-fonts")
(onFullSupported "nixos.tests.gitlab")
(onSystems [ "x86_64-linux" ] "nixos.tests.gitlab") # we lack energy to really debug aarch64 here
(onFullSupported "nixos.tests.gnome")
(onFullSupported "nixos.tests.gnome-xorg")
(onSystems [ "x86_64-linux" ] "nixos.tests.hibernate")
Expand Down

0 comments on commit 634fd46

Please sign in to comment.