aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian/gitian-win.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fail closed and brand reproducible build inputsMonzero Build System7 hours1-4/+3
|
* build: prepare v0.18.0.0selsta2022-07-131-1/+1
|
* Add README to release archivesHoward Chu2021-10-141-1/+1
| | | | | Also add docs/ANONYMITY_NETWORKS.md Even though there is no "docs" dir in the archive...
* gitian: cleanup more unused packagesHoward Chu2021-09-271-1/+0
| | | | These appear to be leftovers inherited from Bitcoin's builder
* gitian: omit ccache from gitian buildsHoward Chu2021-09-271-0/+1
| | | | | It's just wasted overhead since the build VMs are always deleted and recreated fresh for each run.
* 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-27/+20
| | | | streamline, remove obsolete wrappers
* Copy LICENSE to all archivesHoward Chu2019-11-041-0/+1
|
* Updating gitian yml files for v0.15Jonathan Cross2019-10-311-1/+1
|
* Gitian: Add version string to output tar archivesTheCharlatan2019-06-271-1/+8
| | | | | | 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
|
* 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-1/+0
|
* Add windows descriptor to gitian descriptorsTheCharlatan2018-10-091-0/+135
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.