aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian/gitian-osx.yml (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-13build: prepare v0.18.0.0selsta1-1/+1
2022-05-09Make Mac SDK into a regular depends packageHoward Chu1-5/+1
2022-05-04Update to MacOSX SDK 11.1, add Mac M1Howard Chu1-3/+3
2021-10-14Add README to release archivesHoward Chu1-2/+2
Also add docs/ANONYMITY_NETWORKS.md Even though there is no "docs" dir in the archive...
2021-09-27gitian: omit ccache from gitian buildsHoward Chu1-0/+1
It's just wasted overhead since the build VMs are always deleted and recreated fresh for each run.
2020-09-14build: prepare v0.17selsta1-1/+1
2020-05-13[master]: Update gitian yml filesiDunk54001-1/+1
2019-11-17Fixup compiled python in OSXHoward Chu1-1/+1
2019-11-17Use standard time for depends cachesHoward Chu1-1/+2
streamline, remove obsolete wrappers
2019-11-04Copy LICENSE to all archivesHoward Chu1-1/+4
2019-11-01Merge pull request #6059Riccardo Spagni1-1/+1
45b6b6038 Updating gitian yml files for v0.15 (Jonathan Cross)
2019-10-31Updating gitian yml files for v0.15Jonathan Cross1-1/+1
2019-07-18Gitian build (mac, linux): gzip => bzip2Jonathan Cross1-1/+1
2019-06-27Gitian: Add version string to output tar archivesTheCharlatan1-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.
2019-06-12Use 9 digit build IDsHoward Chu1-0/+1
2019-06-12Allow parallel makeHoward Chu1-1/+1
2019-02-14Support docker for gitian buildsTheCharlatan1-4/+0
Building with docker is arguably easier and more familiar to most people than either kvm, or lxc. This commit also relaxes the back compat requirement a bit. 32 bit linux now uses glibc version 2.0. Also, the docker shell could not handle gcc arguments containing spaces, so the explicit '-DFELT_TYPE' declaration was dropped. Lastly, this removes some packages from the osx descriptor.
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-49/+28
2018-10-09Add windows descriptor to gitian descriptorsTheCharlatan1-75/+48
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.