Fix osslsigncode compile issue in gitian-build
This commit is contained in:
parent
89a116dc0b
commit
284f424d5a
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ suites:
|
|||
architectures:
|
||||
- "amd64"
|
||||
packages:
|
||||
- "libssl-dev"
|
||||
# Once osslsigncode supports openssl 1.1, we can change this back to libssl-dev
|
||||
- "libssl1.0-dev"
|
||||
- "autoconf"
|
||||
remotes:
|
||||
- "url": "https://github.com/bitcoin-core/bitcoin-detached-sigs.git"
|
||||
|
|
Loading…
Reference in a new issue