Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-13 | build: prepare v0.18.0.0 | selsta | 1 | -1/+1 | |
2021-10-14 | Add README to release archives | Howard Chu | 1 | -2/+2 | |
Also add docs/ANONYMITY_NETWORKS.md Even though there is no "docs" dir in the archive... | |||||
2021-09-27 | gitian: cleanup more unused packages | Howard Chu | 1 | -5/+0 | |
These appear to be leftovers inherited from Bitcoin's builder | |||||
2021-09-27 | gitian: omit ccache from gitian builds | Howard Chu | 1 | -1/+1 | |
It's just wasted overhead since the build VMs are always deleted and recreated fresh for each run. | |||||
2020-10-19 | Force CMAKE_SKIP_RPATH=ON | Howard Chu | 1 | -1/+1 | |
Fix empty RPATH token issue. Only affects Linux and FreeBSD. | |||||
2020-10-06 | Fix lgamma/signgam dependency | Howard Chu | 1 | -12/+17 | |
This is a new indirect dependency due to the use of poisson_distribution, introduced in PR#6354 commit 67ade8005 | |||||
2020-09-14 | build: prepare v0.17 | selsta | 1 | -1/+1 | |
2020-05-13 | [master]: Update gitian yml files | iDunk5400 | 1 | -1/+1 | |
2019-11-17 | Use standard time for depends caches | Howard Chu | 1 | -26/+25 | |
streamline, remove obsolete wrappers | |||||
2019-11-04 | Copy LICENSE to all archives | Howard Chu | 1 | -1/+4 | |
2019-11-01 | Merge pull request #6059 | Riccardo Spagni | 1 | -1/+1 | |
45b6b6038 Updating gitian yml files for v0.15 (Jonathan Cross) | |||||
2019-10-31 | Updating gitian yml files for v0.15 | Jonathan Cross | 1 | -1/+1 | |
2019-07-18 | Gitian build (mac, linux): gzip => bzip2 | Jonathan Cross | 1 | -1/+1 | |
2019-06-27 | Gitian: Add version string to output tar archives | TheCharlatan | 1 | -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. | |||||
2019-06-12 | Use 9 digit build IDs | Howard Chu | 1 | -0/+1 | |
2019-06-12 | Allow parallel make | Howard Chu | 1 | -1/+1 | |
2019-03-29 | do not build in parallel as it is non-deterministic | Jane Mercer | 1 | -1/+1 | |
2018-12-04 | Add glibc back compat code | TheCharlatan | 1 | -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-18 | Adapt Readme and script to monero gitian build signing | TheCharlatan | 1 | -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-11 | Add OSX gitian descriptor | TheCharlatan | 1 | -2/+2 | |
2018-10-09 | Add windows descriptor to gitian descriptors | TheCharlatan | 1 | -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-08 | Add gitian build script | TheCharlatan | 1 | -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. |