[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Ludovic Courtès |
Date: |
Tue, 10 Dec 2024 11:54:45 -0500 (EST) |
branch: main
commit 25cb98f5413d99dedb06f95067ead9c891deb70b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Dec 1 16:33:29 2024 +0100
remote-worker: Update comment about topological ordering.
* src/cuirass/scripts/remote-worker.scm (run-build)[run-build-plan]:
Update comment about topological ordering.
---
src/cuirass/scripts/remote-worker.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/cuirass/scripts/remote-worker.scm
b/src/cuirass/scripts/remote-worker.scm
index 735a539..67edfb2 100644
--- a/src/cuirass/scripts/remote-worker.scm
+++ b/src/cuirass/scripts/remote-worker.scm
@@ -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))