release-cross: Add a test for Haskell on Raspberry Pi and "Android"

Hello World with ghcHEAD. ghc822 to come after some patches.

Android will be turned into real Android...later.
This commit is contained in:
John Ericson 2018-01-04 19:49:00 -05:00
parent 81553124cf
commit b612597c3d

View file

@ -117,8 +117,15 @@ 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 */
bootstrapTools = let