Age | Commit message (Collapse) | Author | Files | Lines |
|
Also add docs/ANONYMITY_NETWORKS.md
Even though there is no "docs" dir in the archive...
|
|
These appear to be leftovers inherited from Bitcoin's builder
|
|
It's just wasted overhead since the build VMs are always deleted
and recreated fresh for each run.
|
|
Fix empty RPATH token issue. Only affects Linux and FreeBSD.
|
|
This is a new indirect dependency due to the use of poisson_distribution,
introduced in PR#6354 commit 67ade8005
|
|
|
|
|
|
streamline, remove obsolete wrappers
|
|
|
|
|
|
f26e663 Gitian build (mac, linux): gzip => bzip2 (jonathancross)
|
|
|
|
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.
|
|
|
|
|
|
|
|
To ensure that the binaries compiled by gitian run across many linux
distributions, enforce 2.17 as the minimum libc version supported.
|
|
The sigs should be produced in a seperate step by default.
Remove windows and osx sig options that are not needed for monero.
|
|
|
|
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.
|
|
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.
|