mirror of
git://git.savannah.gnu.org/guix/guix-cuirass.git
synced 2024-12-29 11:40:16 +01:00
remote-worker: Update comment about topological ordering.
* src/cuirass/scripts/remote-worker.scm (run-build)[run-build-plan]: Update comment about topological ordering.
This commit is contained in:
parent
03c79dc5ad
commit
25cb98f541
1 changed files with 3 additions and 1 deletions
|
@ -274,7 +274,9 @@ still be substituted."
|
|||
(define (run-build-plan store drv build)
|
||||
;; Build DRV and its dependencies, sending a "build failed" message as
|
||||
;; soon as one of them fails.
|
||||
;; XXX: Assuming BUILD is in topological order.
|
||||
;;
|
||||
;; This assumes that BUILD is in topological order, which is the case
|
||||
;; since Guix commit c62f8ab11ff915bd834fc1db5dba3449c9b4b474 (Oct. 2024).
|
||||
(log-info "~a: build plan of '~a' includes ~a derivations"
|
||||
(worker-name worker) drv (length build))
|
||||
|
||||
|
|
Loading…
Reference in a new issue