mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
Merge #21672: doc: remove boostrap info from GUIX_COMMON_FLAGS doc
09b3e46848
doc: remove boostrap info from GUIX_COMMON_FLAGS doc (fanquake) Pull request description: Passing `ADDITIONAL_GUIX_COMMON_FLAGS="--no-substitutes --bootstrap"` as suggested doesn't work: ```bash ...outputting in: '/bitcoin/guix-build-a1f0b8b62eb8/output/x86_64-linux-gnu' ...bind-mounted in container to: '/outdir-base/x86_64-linux-gnu' guix time-machine: error: bootstrap: unrecognized option ``` and I think bootstrapping is more than covered in the preceding "Choose your security model" section. ACKs for top commit: dongcarl: ACK09b3e46848
jarolrod: ACK09b3e46848
laanwj: Documentation review ACK09b3e46848
Tree-SHA512: e533a0b925a2ec091884ec04313f56376b4e85f615c8853dd51840181493d61bd01fee1c019e34880c32d7896e4871ea77e63398ba02b022f614c03bb16531aa
This commit is contained in:
commit
7fcf53f7b4
1 changed files with 1 additions and 4 deletions
|
@ -205,10 +205,7 @@ find output/ -type f -print0 | sort -z | xargs -r0 sha256sum
|
||||||
|
|
||||||
* _**ADDITIONAL_GUIX_COMMON_FLAGS**_
|
* _**ADDITIONAL_GUIX_COMMON_FLAGS**_
|
||||||
|
|
||||||
Additional flags to be passed to all `guix` commands. For a fully-bootstrapped
|
Additional flags to be passed to all `guix` commands.
|
||||||
build, set this to `--bootstrap --no-substitutes` (refer to the [security
|
|
||||||
model section](#choosing-your-security-model) for more details). Note that a
|
|
||||||
fully-bootstrapped build will take quite a long time on the first run.
|
|
||||||
|
|
||||||
* _**ADDITIONAL_GUIX_TIMEMACHINE_FLAGS**_
|
* _**ADDITIONAL_GUIX_TIMEMACHINE_FLAGS**_
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue