mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-28 14:59:22 +01:00
Merge #18598: gitian: Add missing automake package to gitian-win-signer.yml
e44aeefaaegitian: 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: ACKe44aeefaae, for `osslsigncode-1.7.1` we did not run `autogen.sh` in the past. fanquake: ACKe44aeefaaejonatack: ACKe44aeefTree-SHA512: a0e615c1b099ee1c469ce41f886f2ece6746234a5a800743a4e8be671e4114fd30e1c35bc0ddcb75778409564129d0fde7ac4e3d70b0f7691f97f729f34c8e0c
This commit is contained in:
@@ -8,6 +8,7 @@ architectures:
|
|||||||
packages:
|
packages:
|
||||||
- "libssl-dev"
|
- "libssl-dev"
|
||||||
- "autoconf"
|
- "autoconf"
|
||||||
|
- "automake"
|
||||||
- "libtool"
|
- "libtool"
|
||||||
- "pkg-config"
|
- "pkg-config"
|
||||||
remotes:
|
remotes:
|
||||||
|
|||||||
Reference in New Issue
Block a user