the other tests.cross fail too
$ nix build ".#tests.cross.llvm.file"
error: Unknown CPU type: mipsisa32r6
would you happen to know anything about this? @amjoseph-nixpkgs
|
testedSystems = lib.filterAttrs (name: value: let |
|
platform = lib.systems.elaborate value; |
|
in platform.isLinux || platform.isWindows |
|
) lib.systems.examples; |
the other
tests.crossfail toowould you happen to know anything about this? @amjoseph-nixpkgs
nixpkgs/pkgs/test/cross/default.nix
Lines 5 to 8 in 35f1f86