aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@protonmail.com>2020-04-16 22:26:42 +0200
committerWladimir J. van der Laan <laanwj@protonmail.com>2020-04-16 22:27:46 +0200
commit8f2497941ef19c64b1669a9135952fc989a5027c (patch)
tree25c40a3ff383cc78e69b582b10d30b29ddbb62f9 /contrib
parent447f8676b2e9d11fb4003f8d815284a255f44c77 (diff)
parente44aeefaaed8d698d1b9004b66f85384397b1a75 (diff)
downloadbitcoin-8f2497941ef19c64b1669a9135952fc989a5027c.tar.xz
Merge #18598: gitian: Add missing automake package to gitian-win-signer.yml
e44aeefaaed8d698d1b9004b66f85384397b1a75 gitian: Add missing automake package to gitian-win-signer.yml (Andrew Chow) Pull request description: automake is needed to build osslsigncode otherwise autogen.sh fails with the docker virtualization method. ACKs for top commit: hebasto: ACK e44aeefaaed8d698d1b9004b66f85384397b1a75, for `osslsigncode-1.7.1` we did not run `autogen.sh` in the past. fanquake: ACK e44aeefaaed8d698d1b9004b66f85384397b1a75 jonatack: ACK e44aeef Tree-SHA512: a0e615c1b099ee1c469ce41f886f2ece6746234a5a800743a4e8be671e4114fd30e1c35bc0ddcb75778409564129d0fde7ac4e3d70b0f7691f97f729f34c8e0c
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gitian-descriptors/gitian-win-signer.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gitian-descriptors/gitian-win-signer.yml b/contrib/gitian-descriptors/gitian-win-signer.yml
index 9d96465742..6bcd126662 100644
--- a/contrib/gitian-descriptors/gitian-win-signer.yml
+++ b/contrib/gitian-descriptors/gitian-win-signer.yml
@@ -8,6 +8,7 @@ architectures:
packages:
- "libssl-dev"
- "autoconf"
+- "automake"
- "libtool"
- "pkg-config"
remotes: