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:
parent
d685083974
commit
f2f10367b9
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue