diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-11-19 13:25:08 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-01-18 10:59:14 +0100 |
| commit | 3b468a0e609147c7d7afd8ed97bf271f2356daef (patch) | |
| tree | dfb0659793bf0054ffa8b660c5070e929e711b75 /contrib/gitian-descriptors/gitian-win.yml | |
| parent | doc: Make networking work inside builder in gitian-building.md (diff) | |
| download | discoin-3b468a0e609147c7d7afd8ed97bf271f2356daef.tar.xz discoin-3b468a0e609147c7d7afd8ed97bf271f2356daef.zip | |
gitian: Need `ca-certificates` and `python` for LXC builds
Diffstat (limited to 'contrib/gitian-descriptors/gitian-win.yml')
| -rw-r--r-- | contrib/gitian-descriptors/gitian-win.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index c8fbe32ee..361842920 100644 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -18,6 +18,8 @@ packages: - "g++-mingw-w64" - "nsis" - "zip" +- "ca-certificates" +- "python" reference_datetime: "2016-01-01 00:00:00" remotes: - "url": "https://github.com/bitcoin/bitcoin.git" |