2
0
Fork 0
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:
Ludovic Courtès 2024-12-01 16:33:29 +01:00
parent 03c79dc5ad
commit 25cb98f541
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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))