Skip to content

Commit

Permalink
linux-wallpaperengine: disable aarch64-linux build on hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
aucub committed Dec 21, 2024
1 parent c7893fc commit 69c8985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/li/linux-wallpaperengine/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ let
"x86_64-linux"
"aarch64-linux"
];
hydraPlatforms = [ "x86_64-linux" ]; # Hydra aarch64-linux fails with "Output limit exceeded"
};
};
in
Expand Down Expand Up @@ -200,5 +201,6 @@ stdenv.mkDerivation rec {
"x86_64-linux"
"aarch64-linux"
];
hydraPlatforms = [ "x86_64-linux" ]; # Hydra aarch64-linux fails with "Output limit exceeded"
};
}

0 comments on commit 69c8985

Please sign in to comment.