release-cross.nix: Build the bootstrap tools for ARM
This commit is contained in:
parent
ee1a647bc2
commit
cd645c417a
@ -152,4 +152,13 @@ in {
|
||||
binutils.crossDrv = nativePlatforms;
|
||||
mpg123.crossDrv = nativePlatforms;
|
||||
};
|
||||
}) // (
|
||||
|
||||
/* Cross-built bootstrap tools for every supported platform */
|
||||
let
|
||||
tools = import ../stdenv/linux/make-bootstrap-tools-cross.nix { system = "x86_64-linux"; };
|
||||
maintainers = [ pkgs.lib.maintainers.dezgeg ];
|
||||
mkBootstrapToolsJob = bt: hydraJob' (pkgs.lib.addMetaAttrs { inherit maintainers; } bt.dist);
|
||||
in {
|
||||
bootstrapTools = pkgs.lib.mapAttrs (name: mkBootstrapToolsJob) tools;
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user