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;
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user