Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-13 | Force CMAKE_SKIP_RPATH=ON | Howard Chu | 2 | -2/+2 | |
Fix empty RPATH token issue. Only affects Linux and FreeBSD. | |||||
2020-10-13 | build: prepare v0.17.1.0 | selsta | 1 | -2/+2 | |
2020-10-08 | 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-25 | build: prepare v0.17.0.1 | selsta | 1 | -2/+2 | |
2020-09-14 | build: prepare v0.17 | selsta | 6 | -7/+7 | |
2020-05-13 | [master]: Update gitian yml files | iDunk5400 | 5 | -5/+5 | |
2020-05-13 | build: prepare v0.16.0.0 release | selsta | 1 | -2/+2 | |
2020-01-10 | gitian-build.py: Fixing check for docker command. | Jonathan Cross | 1 | -2/+5 | |
2020-01-06 | Gitian: Change lxc ip link | TheCharlatan | 2 | -5/+5 | |
The ip link currently listed in the README no longer works on the newest version of lxc shipped with ubuntu 18.04, this commit corrects this. | |||||
2019-11-20 | Gitian: Fix sigs generation | TheCharlatan | 1 | -1/+1 | |
2019-11-17 | Fixup compiled python in OSX | Howard Chu | 1 | -1/+1 | |
2019-11-17 | Use standard time for depends caches | Howard Chu | 5 | -66/+59 | |
streamline, remove obsolete wrappers | |||||
2019-11-17 | Add ARFLAGS | Howard Chu | 1 | -4/+2 | |
Needed to invoke deterministic mode on some archivers | |||||
2019-11-14 | gitian: add FreeBSD | Howard Chu | 2 | -17/+145 | |
2019-11-14 | gitian: Parametrize target platforms | Howard Chu | 1 | -30/+25 | |
2019-11-11 | gitian: Update to latest gitian-builder | Howard Chu | 1 | -5/+1 | |
2019-11-11 | Gitian Readme: adding android signing & fix v0.15 checksum. | Jonathan Cross | 1 | -6/+5 | |
2019-11-04 | gitian: fix out dir location | iDunk5400 | 1 | -1/+1 | |
2019-11-04 | Copy LICENSE to all archives | Howard Chu | 4 | -3/+13 | |
2019-11-03 | gitian: add --rebuild option | Howard Chu | 2 | -12/+48 | |
Avoids delays when sourceforge is slow to respond; allows rebuilding when disconnected from networks. | |||||
2019-11-03 | Add Android support | Howard Chu | 2 | -1/+146 | |
2019-11-02 | Merge pull request #6079 | Riccardo Spagni | 1 | -3/+3 | |
e4d1674e8 0.15.0.0 release engineering (Riccardo Spagni) | |||||
2019-11-02 | 0.15.0.0 release engineering | Riccardo Spagni | 1 | -3/+3 | |
2019-11-01 | Merge pull request #6059 | Riccardo Spagni | 3 | -3/+3 | |
45b6b6038 Updating gitian yml files for v0.15 (Jonathan Cross) | |||||
2019-10-31 | Updating gitian yml files for v0.15 | Jonathan Cross | 3 | -3/+3 | |
2019-09-24 | Streamline build setup | Howard Chu | 1 | -28/+37 | |
Use shorter, prefix-unique directory names gitian-builder -> builder gitian-sigs -> sigs monero-binaries -> out Just use builder/inputs/monero, no need for 2nd repo clone | |||||
2019-08-06 | Gitian build script fixes for MacOS | Jonathan Cross | 1 | -3/+3 | |
2019-07-30 | gitian build README improvements | Jonathan Cross | 1 | -38/+78 | |
2019-07-18 | Gitian build (mac, linux): gzip => bzip2 | Jonathan Cross | 3 | -4/+4 | |
2019-06-27 | Gitian: Add version string to output tar archives | TheCharlatan | 3 | -3/+25 | |
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-26 | Add option to run gitian-build.py on non-debian os | TheCharlatan | 2 | -21/+25 | |
This commits adds the `--no-apt` flag to the gitian-build.py script. This allows gitian builds to be run without root access and non-debian based operating systems. | |||||
2019-06-12 | Use 9 digit build IDs | Howard Chu | 3 | -0/+3 | |
2019-06-12 | Allow parallel make | Howard Chu | 3 | -3/+3 | |
2019-05-12 | Made code block usage consistent across all .md files | Rohaq | 1 | -4/+4 | |
2019-03-29 | do not build in parallel as it is non-deterministic | Jane Mercer | 2 | -2/+2 | |
2019-02-14 | Support docker for gitian builds | TheCharlatan | 3 | -19/+61 | |
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-12-04 | Add glibc back compat code | TheCharlatan | 2 | -164/+1 | |
To ensure that the binaries compiled by gitian run across many linux distributions, enforce 2.17 as the minimum libc version supported. | |||||
2018-11-07 | Fix version prefix in gitian build | TheCharlatan | 2 | -21/+8 | |
The version prefix 'v' should just be set constantly. Reflect this change in the README as well. This should allow building commits as well, if a commit is passed in instead of a tag. | |||||
2018-10-18 | Adapt Readme and script to monero gitian build signing | TheCharlatan | 5 | -77/+43 | |
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 | 4 | -23/+120 | |
2018-10-09 | Add windows descriptor to gitian descriptors | TheCharlatan | 3 | -7/+142 | |
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-09 | Change gitian.sigs repo from bitcoin-core to monero-project remote host | TheCharlatan | 1 | -1/+1 | |
2018-10-08 | Add checksums for download tools | TheCharlatan | 1 | -4/+5 | |
The signature prepare tool and the gitian-builder git repo should be checked for their content. For this purpose, checkout the gitian-builder repo at a specific commit and take the sha256sum of the osslsigncode tool. | |||||
2018-10-08 | Add gitian build script | TheCharlatan | 4 | -0/+712 | |
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. |