[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Ludovic Courtès |
Date: |
Thu, 1 Jun 2023 18:43:47 -0400 (EDT) |
branch: master
commit 0eb24588be0304512a0869ecbfb8b9513975043e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jun 2 00:08:37 2023 +0200
base: 'spawn-builds' keeps going upon build failure.
* src/cuirass/base.scm (spawn-builds): Add 'set-build-options' call.
Previously, we'd build with #:keep-going? #false, which made Cuirass
build very little when not using the "remote worker" mechanism.
---
src/cuirass/base.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/cuirass/base.scm b/src/cuirass/base.scm
index d3e2d3b..7e898b8 100644
--- a/src/cuirass/base.scm
+++ b/src/cuirass/base.scm
@@ -401,6 +401,9 @@ items."
(define total (length drv))
+ (set-build-options store
+ #:keep-going? #t
+ #:print-build-trace #t)
(log-info "building ~a derivations in batches of ~a"
total max-batch-size)
- master updated (425ede1 -> b719f7d), Ludovic Courtès, 2023/06/01
- [no subject], Ludovic Courtès, 2023/06/01
- [no subject], Ludovic Courtès, 2023/06/01
- [no subject],
Ludovic Courtès <=
- [no subject], Ludovic Courtès, 2023/06/01
- [no subject], Ludovic Courtès, 2023/06/01
- [no subject], Ludovic Courtès, 2023/06/01
- [no subject], Ludovic Courtès, 2023/06/01