aboutsummaryrefslogtreecommitdiff
path: root/contrib/guix/README.md
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2019-07-12 11:42:36 -0400
committerCarl Dong <contact@carldong.me>2019-07-12 11:42:36 -0400
commitcd3e947f50db7cfe05c05b368c25742193729a62 (patch)
tree831c7bceeaa702cbbb2e6ce094d072637df78d2c /contrib/guix/README.md
parent8dff3e48a9e03299468ed3b342642f01f70da9db (diff)
downloadbitcoin-cd3e947f50db7cfe05c05b368c25742193729a62.tar.xz
contrib: guix: Various improvements.
- Clearer and more accurate prose - Pin `guix pull' to commit rather than branch - Just use `use-module' instead of `define-module' - Use `bash-minimal' instead of `bash' - Remove unneeded `tcsh' from manifest - Explicitly use `python-3.7' - Add comments about how {native,cross}-toolchains are produced and why
Diffstat (limited to 'contrib/guix/README.md')
-rw-r--r--contrib/guix/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/guix/README.md b/contrib/guix/README.md
index 3e2fc53c8e..70edb72f37 100644
--- a/contrib/guix/README.md
+++ b/contrib/guix/README.md
@@ -15,7 +15,8 @@ Conservatively, a x86_64 machine with:
- 2 or more logical cores
- 4GB of free disk space on the partition that /gnu/store will reside in
-- 24GB of free disk space on the partition that the bitcoin repository resides in
+- 24GB of free disk space on the partition that the Bitcoin Core git repository
+ resides in
> Note: these requirements are slightly less onerous than those of Gitian builds
@@ -43,7 +44,7 @@ profile. The changes there are slowly being upstreamed.
```sh
guix pull --url=https://github.com/dongcarl/guix.git \
- --branch=2019-05-bitcoin-staging \
+ --commit=82c77e52b8b46e0a3aad2cb12307c2e30547deec \
--max-jobs=4 # change accordingly
```