mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
Merge #7614: Bugfix: gitian: Add curl to packages (now needed for depends)
5c70a6d
Bugfix: gitian: Add curl to packages (now needed for depends) (Luke Dashjr)
This commit is contained in:
commit
732c010896
3 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ suites:
|
|||
architectures:
|
||||
- "amd64"
|
||||
packages:
|
||||
- "curl"
|
||||
- "g++-multilib"
|
||||
- "git-core"
|
||||
- "pkg-config"
|
||||
|
|
|
@ -7,6 +7,7 @@ architectures:
|
|||
- "amd64"
|
||||
packages:
|
||||
- "ca-certificates"
|
||||
- "curl"
|
||||
- "g++"
|
||||
- "git-core"
|
||||
- "pkg-config"
|
||||
|
|
|
@ -6,6 +6,7 @@ suites:
|
|||
architectures:
|
||||
- "amd64"
|
||||
packages:
|
||||
- "curl"
|
||||
- "g++"
|
||||
- "git-core"
|
||||
- "pkg-config"
|
||||
|
|
Loading…
Reference in a new issue