Skip to content

Commit

Permalink
Merge #13782: Fix osslsigncode compile issue in gitian-build
Browse files Browse the repository at this point in the history
284f424 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
  • Loading branch information
MarcoFalke committed Jul 30, 2018
2 parents 4d550ff + 284f424 commit 8284f1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/gitian-descriptors/gitian-win-signer.yml
Expand Up @@ -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"
Expand Down

0 comments on commit 8284f1d

Please sign in to comment.