mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
Test how cross-compilation works on non-linux native platforms.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19627
This commit is contained in:
parent
7ef8d2474b
commit
38c0a2efbd
@ -673,7 +673,7 @@ let
|
|||||||
arch = "arm";
|
arch = "arm";
|
||||||
float = "soft";
|
float = "soft";
|
||||||
};
|
};
|
||||||
nativePlatforms = linux;
|
nativePlatforms = all;
|
||||||
in {
|
in {
|
||||||
crossArmLinux = mapTestOnCross crossSystem (rec {
|
crossArmLinux = mapTestOnCross crossSystem (rec {
|
||||||
bison = nativePlatforms;
|
bison = nativePlatforms;
|
||||||
|
Loading…
Reference in New Issue
Block a user