File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ time-machine() {
150
150
guix time-machine --url=https://github.com/dongcarl/guix.git \
151
151
--commit=b066c25026f21fb57677aa34692a5034338e7ee3 \
152
152
--max-jobs=" $MAX_JOBS " \
153
+ --keep-failed \
153
154
${SUBSTITUTE_URLS: +--substitute-urls=" $SUBSTITUTE_URLS " } \
154
155
${ADDITIONAL_GUIX_COMMON_FLAGS} ${ADDITIONAL_GUIX_TIMEMACHINE_FLAGS} \
155
156
-- " $@ "
259
260
# make the downloaded depends sources available to it. The sources
260
261
# should have been downloaded prior to this invocation.
261
262
#
263
+ # --keep-failed keep build tree of failed builds
264
+ #
265
+ # When builds of the Guix environment itself (not Bitcoin Core)
266
+ # fail, it is useful for the build tree to be kept for debugging
267
+ # purposes.
268
+ #
262
269
# ${SUBSTITUTE_URLS:+--substitute-urls="$SUBSTITUTE_URLS"}
263
270
#
264
271
# fetch substitute from SUBSTITUTE_URLS if they are
281
288
${SOURCES_PATH: +--share=" $SOURCES_PATH " } \
282
289
${BASE_CACHE: +--share=" $BASE_CACHE " } \
283
290
--max-jobs=" $MAX_JOBS " \
291
+ --keep-failed \
284
292
${SUBSTITUTE_URLS: +--substitute-urls=" $SUBSTITUTE_URLS " } \
285
293
${ADDITIONAL_GUIX_COMMON_FLAGS} ${ADDITIONAL_GUIX_ENVIRONMENT_FLAGS} \
286
294
-- env HOST=" $host " \
You can’t perform that action at this time.
0 commit comments