aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat
Commit message (Collapse)AuthorAgeFilesLines
* Support docker for gitian buildsTheCharlatan2019-02-141-1/+1
| | | | | | | | | | | 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.
* Add glibc back compat codeTheCharlatan2018-12-041-0/+98
To ensure that the binaries compiled by gitian run across many linux distributions, enforce 2.17 as the minimum libc version supported.