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.
This commit is contained in:
sternenseemann 2022-04-09 13:11:15 +02:00
parent d685083974
commit f2f10367b9

View file

@ -418,7 +418,6 @@ stdenv.mkDerivation rec {
# long as the evaluator runs on a platform that supports # long as the evaluator runs on a platform that supports
# `pkgsMusl`. # `pkgsMusl`.
platforms = builtins.attrNames ghcBinDists.${distSetName}; platforms = builtins.attrNames ghcBinDists.${distSetName};
hydraPlatforms = builtins.filter (p: minimal || p != "aarch64-linux") platforms;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
prusnak prusnak
domenkozar domenkozar