Use fibers-batch-map
As the parallelism should probably be customised.
This commit is contained in:
parent
8dcc89df50
commit
3f837481fd
1 changed files with 4 additions and 2 deletions
|
|
@ -2598,7 +2598,7 @@ WHERE builder != 'builtin:download'
|
|||
descriptions-by-locale))))
|
||||
inferior-lint-checkers-data))))
|
||||
(lint-warnings-data
|
||||
(fibers-map
|
||||
(fibers-batch-map
|
||||
(match-lambda
|
||||
((checker-name _ network-dependent?)
|
||||
(and (and (not network-dependent?)
|
||||
|
|
@ -2613,6 +2613,7 @@ WHERE builder != 'builtin:download'
|
|||
inferior-store
|
||||
checker-name))
|
||||
#:memory-limit inferior-memory-limit)))))
|
||||
20 ; TODO
|
||||
inferior-lint-checkers-data)))
|
||||
|
||||
(let ((package-ids (fibers-force package-ids-promise)))
|
||||
|
|
@ -2888,7 +2889,7 @@ WHERE builder != 'builtin:download'
|
|||
(cons system drv)))))
|
||||
channel-derivations-by-system))
|
||||
(derivation-ids-by-system
|
||||
(fibers-map
|
||||
(fibers-batch-map
|
||||
(match-lambda
|
||||
((system . drv)
|
||||
(cons system
|
||||
|
|
@ -2900,6 +2901,7 @@ WHERE builder != 'builtin:download'
|
|||
(make-hash-table)
|
||||
(vector drv))
|
||||
0))))
|
||||
20 ; TODO
|
||||
derivations-by-system)))
|
||||
|
||||
(insert-channel-instances channel-instances-conn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue