Skip to content

Commit

Permalink
Merge bitcoin#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 bitcoin#13762

  Verifed that this gitian descriptor file can sign 0.16.2rc2.

Tree-SHA512: 3029b86e77567a4e033b5ad95826e60df12a0486ac3c4afcac48218f5c76ba49e7f1c1307ce93ffc465ca2f24e12c401e4542929263688e4bd6521aeca3ff73b
  • Loading branch information
MarcoFalke authored and PastaPastaPasta committed Jun 29, 2021
1 parent 5698ebb commit ee0a76d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/gitian-descriptors/gitian-win-signer.yml
Original file line number Diff line number Diff line change
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"
- "automake"
- "libtool"
Expand Down

0 comments on commit ee0a76d

Please sign in to comment.