Merge #13782: Fix osslsigncode compile issue in gitian-build
284f424d5a
Fix osslsigncode compile issue in gitian-build (Chun Kuan Lee)
Pull request description:
Install libssl1.0-dev that is compatible with osslsigncode.
Fixes #13762
Verifed that this gitian descriptor file can sign 0.16.2rc2.
Tree-SHA512: 3029b86e77567a4e033b5ad95826e60df12a0486ac3c4afcac48218f5c76ba49e7f1c1307ce93ffc465ca2f24e12c401e4542929263688e4bd6521aeca3ff73b
This commit is contained in:
commit
8284f1dc40
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…
Reference in a new issue