summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-11-21 15:41:11 +0100
committerLudovic Courtès <ludo@gnu.org>2019-11-26 00:16:36 +0100
commit2ce08a5d79f6eb1d2d3839aca859559b9829ae36 (patch)
tree734defb7c01d77f3c5c3ac6886c1d28d79964f22 /doc
parent7f44ab48f902e713ece5c5a0ae68519577a2344e (diff)
downloadpatches-2ce08a5d79f6eb1d2d3839aca859559b9829ae36.tar
patches-2ce08a5d79f6eb1d2d3839aca859559b9829ae36.tar.gz
guix build: '--keep-failed' implies '--no-offload'.
* guix/scripts/build.scm (set-build-options-from-command-line): Pass #:offload? #f when 'keep-failed? is true. * doc/guix.texi (Common Build Options): Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 5756b6aa2c..a64b0fb84c 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -8051,9 +8051,9 @@ the end of the build log. This is useful when debugging build issues.
@xref{Debugging Build Failures}, for tips and tricks on how to debug
build issues.
-This option has no effect when connecting to a remote daemon with a
-@code{guix://} URI (@pxref{The Store, the @code{GUIX_DAEMON_SOCKET}
-variable}).
+This option implies @option{--no-offload}, and it has no effect when
+connecting to a remote daemon with a @code{guix://} URI (@pxref{The
+Store, the @code{GUIX_DAEMON_SOCKET} variable}).
@item --keep-going
@itemx -k