diff options
author | Carl Dong <contact@carldong.me> | 2020-12-10 21:52:31 -0500 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2021-02-16 12:17:33 -0500 |
commit | 901f54321b386258a1682423160bfdfa35ea4c39 (patch) | |
tree | 73a2a86dcec4bd3ab1ba40dff8c3aee2d2c2d783 /contrib/guix/README.md | |
parent | 9bbf08bf98487eeb75f143c120cfd544ea3135fb (diff) |
guix: Passthrough BASE_CACHE into container
This allows depends-built packages to be cached.
Diffstat (limited to 'contrib/guix/README.md')
-rw-r--r-- | contrib/guix/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/guix/README.md b/contrib/guix/README.md index 1229932e50..e83f53dac3 100644 --- a/contrib/guix/README.md +++ b/contrib/guix/README.md @@ -114,6 +114,12 @@ find output/ -type f -print0 | sort -z | xargs -r0 sha256sum depends tree. Setting this to the same directory across multiple builds of the depends tree can eliminate unnecessary redownloading of package sources. +* _**BASE_CACHE**_ + + Set the depends tree cache for built packages. This is passed through to the + depends tree. Setting this to the same directory across multiple builds of the + depends tree can eliminate unnecessary building of packages. + * _**MAX_JOBS**_ Override the maximum number of jobs to run simultaneously, you might want to |