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:
|
architectures:
|
||||||
- "amd64"
|
- "amd64"
|
||||||
packages:
|
packages:
|
||||||
- "libssl-dev"
|
# Once osslsigncode supports openssl 1.1, we can change this back to libssl-dev
|
||||||
|
- "libssl1.0-dev"
|
||||||
- "autoconf"
|
- "autoconf"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://github.com/bitcoin-core/bitcoin-detached-sigs.git"
|
- "url": "https://github.com/bitcoin-core/bitcoin-detached-sigs.git"
|
||||||
|
|
Loading…
Add table
Reference in a new issue