Skip to content

Commit

Permalink
Merge bitcoin#7614: Bugfix: gitian: Add curl to packages (now needed …
Browse files Browse the repository at this point in the history
…for depends)

5c70a6d Bugfix: gitian: Add curl to packages (now needed for depends) (Luke Dashjr)
  • Loading branch information
laanwj committed Mar 1, 2016
2 parents f5ecd07 + e5daa2e commit 732c010
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ suites:
architectures:
- "amd64"
packages:
- "curl"
- "g++-multilib"
- "git-core"
- "pkg-config"
Expand Down
1 change: 1 addition & 0 deletions contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ architectures:
- "amd64"
packages:
- "ca-certificates"
- "curl"
- "g++"
- "git-core"
- "pkg-config"
Expand Down
1 change: 1 addition & 0 deletions contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ suites:
architectures:
- "amd64"
packages:
- "curl"
- "g++"
- "git-core"
- "pkg-config"
Expand Down

0 comments on commit 732c010

Please sign in to comment.