From 8d31cffe95db6c21f3510b93cac3e53e2cd0601c Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 29 Apr 2020 18:04:02 +0100 Subject: Add a useful comment --- guix-build-coordinator/build-allocator.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guix-build-coordinator/build-allocator.scm b/guix-build-coordinator/build-allocator.scm index 49868a3..985263c 100644 --- a/guix-build-coordinator/build-allocator.scm +++ b/guix-build-coordinator/build-allocator.scm @@ -60,6 +60,9 @@ (assq-ref setup-failure 'failure-reason))) (cond ((string=? failure-reason "missing_inputs") + ;; If all outputs have had at least one successful build, then the + ;; inputs should be available. Otherwise, treat the setup failure + ;; as still relevant (return #t) (not (every output-has-successful-build? (datastore-list-setup-failure-missing-inputs -- cgit v1.2.3