Skip to content

Commit

Permalink
Bugfix: gitian: Add curl to packages (now needed for depends)
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Feb 27, 2016
1 parent 149641e commit 5c70a6d
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 @@ -6,6 +6,7 @@ suites:
architectures:
- "amd64"
packages:
- "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 5c70a6d

Please sign in to comment.