aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian/gitian-linux.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fail closed and brand reproducible build inputsMonzero Build System6 hours1-4/+3
|
* gitian: add riscv64 supportselsta2023-10-211-2/+9
|
* build: prepare v0.18.0.0selsta2022-07-131-1/+1
|
* Add README to release archivesHoward Chu2021-10-141-2/+2
| | | | | Also add docs/ANONYMITY_NETWORKS.md Even though there is no "docs" dir in the archive...
* gitian: cleanup more unused packagesHoward Chu2021-09-271-5/+0
| | | | These appear to be leftovers inherited from Bitcoin's builder
* gitian: omit ccache from gitian buildsHoward Chu2021-09-271-1/+1
| | | | | It's just wasted overhead since the build VMs are always deleted and recreated fresh for each run.
* Force CMAKE_SKIP_RPATH=ONHoward Chu2020-10-191-1/+1
| | | | Fix empty RPATH token issue. Only affects Linux and FreeBSD.
* Fix lgamma/signgam dependencyHoward Chu2020-10-061-12/+17
| | | | | This is a new indirect dependency due to the use of poisson_distribution, introduced in PR#6354 commit 67ade8005
* build: prepare v0.17selsta2020-09-141-1/+1
|
* [master]: Update gitian yml filesiDunk54002020-05-131-1/+1
|
* Use standard time for depends cachesHoward Chu2019-11-171-26/+25
| | | | streamline, remove obsolete wrappers
* Copy LICENSE to all archivesHoward Chu2019-11-041-1/+4
|
* Updating gitian yml files for v0.15Jonathan Cross2019-10-311-1/+1
|
* Merge pull request #5764luigi11112019-09-041-1/+1
|\ | | | | | | f26e663 Gitian build (mac, linux): gzip => bzip2 (jonathancross)
| * Gitian build (mac, linux): gzip => bzip2Jonathan Cross2019-07-181-1/+1
| |
* | Gitian: Add version string to output tar archivesTheCharlatan2019-06-271-1/+9
|/ | | | | | The tar archives generated by gitian are currently unversioned. This adds either a tag name when building from a tag, or a short commit id when building from a commit hash.
* Use 9 digit build IDsHoward Chu2019-06-121-0/+1
|
* Allow parallel makeHoward Chu2019-06-121-1/+1
|
* do not build in parallel as it is non-deterministicJane Mercer2019-03-291-1/+1
|
* Add glibc back compat codeTheCharlatan2018-12-041-1/+1
| | | | | To ensure that the binaries compiled by gitian run across many linux distributions, enforce 2.17 as the minimum libc version supported.
* Adapt Readme and script to monero gitian build signingTheCharlatan2018-10-181-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.
* Add OSX gitian descriptorTheCharlatan2018-10-111-2/+2
|
* Add windows descriptor to gitian descriptorsTheCharlatan2018-10-091-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.
* Add gitian build scriptTheCharlatan2018-10-081-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.