diff options
author | Howard Chu <hyc@symas.com> | 2021-08-31 02:54:37 +0100 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2021-09-27 18:03:03 +0100 |
commit | fc4e5741aebce309b7a5d527f4dcd3f4bcca12fc (patch) | |
tree | 8d4d24850f7a79934b9caf53d217edc66601c1c7 /contrib/gitian/README.md | |
parent | Merge pull request #7964 (diff) | |
download | monero-fc4e5741aebce309b7a5d527f4dcd3f4bcca12fc.tar.xz |
Add simple script for running gitian-build
This shell script creates a docker image for running the gitian-build.py
script, to avoid version incompatibilities. The builds may be signed
automatically after manually reviewing the build hashes.
Only docker.io and apt-cacher-ng are required to be installed on the
host. The MacOSX SDK should also be present in this directory if Mac
builds are desired. A container named "gitrun" is used to launch
the builds, and all output will reside in this container as well.
Diffstat (limited to 'contrib/gitian/README.md')
-rw-r--r-- | contrib/gitian/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md index 05262434b..ca148739e 100644 --- a/contrib/gitian/README.md +++ b/contrib/gitian/README.md @@ -31,6 +31,8 @@ This guide explains how to set up the environment, and how to start the builds. * Gitian gives you the option of using any of 3 different virtualization tools: `kvm`, `docker` or `lxc`. This documentation will only show how to build with `lxc` and `docker` (documentation for `kvm` is welcome). Building with `lxc` is the default, but is more complicated, so we recommend docker your first time. +* For a shortcut using `docker` follow the instructions in [DOCKRUN.md](DOCKRUN.md) instead +of following the rest of this document.. ## Create the gitianuser account |