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:
parent
81553124cf
commit
b612597c3d
@ -117,8 +117,15 @@ 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) */
|
||||||
|
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 */
|
||||||
bootstrapTools = let
|
bootstrapTools = let
|
||||||
|
Loading…
x
Reference in New Issue
Block a user