Skip to content

Commit 8284f1d

Browse files
author
MarcoFalke
committed
Merge #13782: Fix osslsigncode compile issue in gitian-build
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
2 parents 4d550ff + 284f424 commit 8284f1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/gitian-descriptors/gitian-win-signer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ suites:
55
architectures:
66
- "amd64"
77
packages:
8-
- "libssl-dev"
8+
# Once osslsigncode supports openssl 1.1, we can change this back to libssl-dev
9+
- "libssl1.0-dev"
910
- "autoconf"
1011
remotes:
1112
- "url": "https://github.com/bitcoin-core/bitcoin-detached-sigs.git"

0 commit comments

Comments
 (0)