From f2f10367b9e1b955d4f0fdf41ba6d44daac05a89 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 9 Apr 2022 13:11:15 +0200 Subject: [PATCH] haskell.compiler.ghc8107Binary: build on aarch64 on Hydra According to local testing, the bindist is below 1GB on aarch64-linux which is below the Hydra output limit. --- pkgs/development/compilers/ghc/8.10.7-binary.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/compilers/ghc/8.10.7-binary.nix b/pkgs/development/compilers/ghc/8.10.7-binary.nix index 7b10f60affda..bf3ace0240c5 100644 --- a/pkgs/development/compilers/ghc/8.10.7-binary.nix +++ b/pkgs/development/compilers/ghc/8.10.7-binary.nix @@ -418,7 +418,6 @@ stdenv.mkDerivation rec { # long as the evaluator runs on a platform that supports # `pkgsMusl`. platforms = builtins.attrNames ghcBinDists.${distSetName}; - hydraPlatforms = builtins.filter (p: minimal || p != "aarch64-linux") platforms; maintainers = with lib.maintainers; [ prusnak domenkozar