aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian/dockrun.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-05-09Make Mac SDK into a regular depends packageHoward Chu1-5/+0
2022-05-04Update to MacOSX SDK 11.1, add Mac M1Howard Chu1-2/+2
2021-09-04Add simple script for running gitian-buildHoward Chu1-0/+133
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.