release-cross: Try building on Windows too

This commit is contained in:
John Ericson 2018-01-22 11:29:15 -05:00
parent bf687907d7
commit 13739e6b9e

View file

@ -21,6 +21,8 @@ let
gnuCommon = lib.recursiveUpdate common {
buildPackages.gcc = nativePlatforms;
coreutils = nativePlatforms;
haskell.packages.ghcHEAD.hello = nativePlatforms;
haskell.packages.ghc822.hello = nativePlatforms;
};
linuxCommon = lib.recursiveUpdate gnuCommon {
@ -117,14 +119,10 @@ in
patchelf = nativePlatforms;
buildPackages.binutils = nativePlatforms;
mpg123 = nativePlatforms;
haskell.packages.ghcHEAD.hello = nativePlatforms;
haskell.packages.ghc822.hello = nativePlatforms;
});
/* Linux on Aarch64 (TODO make android for real) */
android = mapTestOnCross lib.systems.examples.aarch64-multiplatform (linuxCommon // {
haskell.packages.ghcHEAD.hello = nativePlatforms;
haskell.packages.ghc822.hello = nativePlatforms;
});
/* Cross-built bootstrap tools for every supported platform */