forked from mirrors/nixpkgs
release-cross.nix: add entry for testing musl
This commit is contained in:
parent
172af30d8a
commit
7debd78f06
|
@ -125,6 +125,8 @@ in
|
|||
android = mapTestOnCross lib.systems.examples.aarch64-multiplatform (linuxCommon // {
|
||||
});
|
||||
|
||||
musl = mapTestOnCross lib.systems.examples.musl64 linuxCommon;
|
||||
|
||||
/* Cross-built bootstrap tools for every supported platform */
|
||||
bootstrapTools = let
|
||||
tools = import ../stdenv/linux/make-bootstrap-tools-cross.nix { system = "x86_64-linux"; };
|
||||
|
|
Loading…
Reference in a new issue