mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell.compiler.ghcHEAD: disable Hydra build on aarch64-linux
This commit is contained in:
parent
be1e5f9698
commit
721c8ab307
1 changed files with 2 additions and 0 deletions
|
@ -261,6 +261,8 @@ stdenv.mkDerivation (rec {
|
|||
description = "The Glasgow Haskell Compiler";
|
||||
maintainers = with lib.maintainers; [ marcweber andres peti ];
|
||||
inherit (ghc.meta) license platforms;
|
||||
# ghcHEAD times out on aarch64-linux on Hydra.
|
||||
hydraPlatforms = builtins.filter (p: p != "aarch64-linux") ghc.meta.platforms;
|
||||
};
|
||||
|
||||
dontStrip = (targetPlatform.useAndroidPrebuilt || targetPlatform.isWasm);
|
||||
|
|
Loading…
Reference in a new issue