haskell.compiler.ghcHEAD: disable Hydra build on aarch64-linux
This commit is contained in:
parent
be1e5f9698
commit
721c8ab307
@ -261,6 +261,8 @@ stdenv.mkDerivation (rec {
|
|||||||
description = "The Glasgow Haskell Compiler";
|
description = "The Glasgow Haskell Compiler";
|
||||||
maintainers = with lib.maintainers; [ marcweber andres peti ];
|
maintainers = with lib.maintainers; [ marcweber andres peti ];
|
||||||
inherit (ghc.meta) license platforms;
|
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);
|
dontStrip = (targetPlatform.useAndroidPrebuilt || targetPlatform.isWasm);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user