mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
release-cross: Add `crossGNU' job.
svn path=/nixpkgs/trunk/; revision=21753
This commit is contained in:
parent
7e08174782
commit
e4b15a9cee
@ -136,4 +136,21 @@ in {
|
||||
windows.wxMSW.hostDrv = nativePlatforms;
|
||||
gccCrossStageFinal = nativePlatforms;
|
||||
};
|
||||
}) // (
|
||||
|
||||
/* GNU aka. GNU/Hurd. */
|
||||
let
|
||||
crossSystem = {
|
||||
config = "i586-pc-gnu";
|
||||
bigEndian = false;
|
||||
arch = "i586";
|
||||
float = "hard";
|
||||
withTLS = true;
|
||||
platform = pkgs.platforms.pc;
|
||||
libc = "glibc";
|
||||
};
|
||||
in {
|
||||
crossGNU = mapTestOnCross crossSystem {
|
||||
gccCrossStageFinal = nativePlatforms;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user