release-cross: Try building on Windows too
This commit is contained in:
parent
bf687907d7
commit
13739e6b9e
@ -21,6 +21,8 @@ let
|
|||||||
gnuCommon = lib.recursiveUpdate common {
|
gnuCommon = lib.recursiveUpdate common {
|
||||||
buildPackages.gcc = nativePlatforms;
|
buildPackages.gcc = nativePlatforms;
|
||||||
coreutils = nativePlatforms;
|
coreutils = nativePlatforms;
|
||||||
|
haskell.packages.ghcHEAD.hello = nativePlatforms;
|
||||||
|
haskell.packages.ghc822.hello = nativePlatforms;
|
||||||
};
|
};
|
||||||
|
|
||||||
linuxCommon = lib.recursiveUpdate gnuCommon {
|
linuxCommon = lib.recursiveUpdate gnuCommon {
|
||||||
@ -117,14 +119,10 @@ in
|
|||||||
patchelf = nativePlatforms;
|
patchelf = nativePlatforms;
|
||||||
buildPackages.binutils = nativePlatforms;
|
buildPackages.binutils = nativePlatforms;
|
||||||
mpg123 = nativePlatforms;
|
mpg123 = nativePlatforms;
|
||||||
haskell.packages.ghcHEAD.hello = nativePlatforms;
|
|
||||||
haskell.packages.ghc822.hello = nativePlatforms;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
/* Linux on Aarch64 (TODO make android for real) */
|
/* Linux on Aarch64 (TODO make android for real) */
|
||||||
android = mapTestOnCross lib.systems.examples.aarch64-multiplatform (linuxCommon // {
|
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 */
|
/* Cross-built bootstrap tools for every supported platform */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user