mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
tests.cross.{gcc,llvm}.*: don't recurse into
Makes the ci get killed by OOM
This commit is contained in:
parent
33964ab8ba
commit
4c96cad824
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ let
|
|||
|
||||
mapMultiPlatformTest =
|
||||
crossSystemFun: test:
|
||||
lib.recurseIntoAttrs (
|
||||
lib.dontRecurseIntoAttrs (
|
||||
lib.mapAttrs (
|
||||
name: system:
|
||||
lib.recurseIntoAttrs (test rec {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue