mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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 =
|
mapMultiPlatformTest =
|
||||||
crossSystemFun: test:
|
crossSystemFun: test:
|
||||||
lib.recurseIntoAttrs (
|
lib.dontRecurseIntoAttrs (
|
||||||
lib.mapAttrs (
|
lib.mapAttrs (
|
||||||
name: system:
|
name: system:
|
||||||
lib.recurseIntoAttrs (test rec {
|
lib.recurseIntoAttrs (test rec {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue