aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian/gitian-linux.yml (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-03-29do not build in parallel as it is non-deterministicJane Mercer1-1/+1
2018-12-04Add glibc back compat codeTheCharlatan1-1/+1
To ensure that the binaries compiled by gitian run across many linux distributions, enforce 2.17 as the minimum libc version supported.
2018-10-18Adapt Readme and script to monero gitian build signingTheCharlatan1-1/+1
The sigs should be produced in a seperate step by default. Remove windows and osx sig options that are not needed for monero.
2018-10-11Add OSX gitian descriptorTheCharlatan1-2/+2
2018-10-09Add windows descriptor to gitian descriptorsTheCharlatan1-3/+3
Windows is built with a seperate descriptor to handle additional changes that need to be done to the end binary. Consolidate the gitian-build script for this change.
2018-10-08Add gitian build scriptTheCharlatan1-0/+162
This adds a build script to run gitian builds for linux. The build script was copied from bitcoin and then adapted for monero. Build step documentation is outlined in the README in the contrib/gitian directory.