mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
doc: Sync the client and daemon --rounds options documentation.
Fixes <https://issues.guix.gnu.org/40867>. * doc/guix.texi (Common Build Options): Suggest using '--keep-failed' to keep differing build results in the store rather than 'guix archive'. Reported-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
0fa0e8df60
commit
5918cb5341
1 changed files with 3 additions and 5 deletions
|
@ -9155,11 +9155,9 @@ Non-deterministic build processes are a problem because they make it
|
||||||
practically impossible for users to @emph{verify} whether third-party
|
practically impossible for users to @emph{verify} whether third-party
|
||||||
binaries are genuine. @xref{Invoking guix challenge}, for more.
|
binaries are genuine. @xref{Invoking guix challenge}, for more.
|
||||||
|
|
||||||
Note that, currently, the differing build results are not kept around,
|
When used in conjunction with @option{--keep-failed}, the differing
|
||||||
so you will have to manually investigate in case of an error---e.g., by
|
output is kept in the store, under @file{/gnu/store/@dots{}-check}.
|
||||||
stashing one of the build results with @code{guix archive --export}
|
This makes it easy to look for differences between the two results.
|
||||||
(@pxref{Invoking guix archive}), then rebuilding, and finally comparing
|
|
||||||
the two results.
|
|
||||||
|
|
||||||
@item --no-offload
|
@item --no-offload
|
||||||
Do not use offload builds to other machines (@pxref{Daemon Offload
|
Do not use offload builds to other machines (@pxref{Daemon Offload
|
||||||
|
|
Loading…
Reference in a new issue