diff options
author | TheCharlatan <seb.kung@gmail.com> | 2019-02-09 14:43:01 +0100 |
---|---|---|
committer | TheCharlatan <seb.kung@gmail.com> | 2019-02-14 23:14:34 +0100 |
commit | 4a9257b46438b5fb8fe5d58ee8c3b2bbe2b826cc (patch) | |
tree | ec1a550b74a5369947b4ed313b0134201b6cc3af /contrib/gitian/gitian-osx.yml | |
parent | Merge pull request #4988 (diff) | |
download | monero-4a9257b46438b5fb8fe5d58ee8c3b2bbe2b826cc.tar.xz |
Support docker for gitian builds
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.
Diffstat (limited to '')
-rw-r--r-- | contrib/gitian/gitian-osx.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/gitian/gitian-osx.yml b/contrib/gitian/gitian-osx.yml index a6fcff0da..7de302353 100644 --- a/contrib/gitian/gitian-osx.yml +++ b/contrib/gitian/gitian-osx.yml @@ -12,21 +12,17 @@ packages: - "git" - "pkg-config" - "autoconf" -- "librsvg2-bin" -- "libtiff-tools" - "libtool" - "automake" - "faketime" - "bsdmainutils" - "cmake" -- "imagemagick" - "libcap-dev" - "libz-dev" - "libbz2-dev" - "python" - "python-dev" - "python-setuptools" -- "fonts-tuffy" remotes: - "url": "https://github.com/monero-project/monero.git" "dir": "monero" |