[ci-workers] Add curl and cmake to dependencies

This commit is contained in:
Jack Grigg 2017-11-29 18:04:42 +00:00
parent 8d4eebc7f3
commit 52d5b29390
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
8 changed files with 11 additions and 2 deletions

View File

@ -2,5 +2,6 @@
buildbot_deps:
- python2-pip
build_deps:
- cmake
- multilib/gcc
- make

View File

@ -2,6 +2,7 @@
buildbot_deps: [] # Empty to remove python-pip
build_deps:
- bzip2
- cmake
- gcc
- gcc-c++
- make

View File

@ -1,6 +1,7 @@
---
build_deps:
- build-essential # Depends on g++, libc6-dev, make
- cmake
dist_deps:
- pkg-config # Required until b556beda264308e040f8d88aca4f2f386a0183d9 is pulled in
- python-dev

View File

@ -1,5 +1,6 @@
---
build_deps:
- cmake
- gcc
- gcc-c++
- make

View File

@ -2,6 +2,7 @@
buildbot_deps:
- py27-pip
build_deps:
- cmake
- gcc
- gmake
dist_deps:

View File

@ -1,5 +1,6 @@
---
buildbot_deps:
- coreutils # For gnproc etc.
# Already installed
build_deps: []
# Most are already installed
build_deps:
- cmake

View File

@ -1,5 +1,6 @@
---
build_deps:
- build-essential # Depends on g++, libc6-dev, make
- cmake
dist_deps:
- pkg-config # Required until b556beda264308e040f8d88aca4f2f386a0183d9 is pulled in

View File

@ -7,6 +7,7 @@ buildbot_deps:
# Dependencies required to download files
fetch_deps:
- curl # For depends/
- git
- wget # For zcutil/fetch-params.sh
@ -18,6 +19,7 @@ conf_deps:
# Dependencies required to compile Zcash
build_deps:
- cmake
- g++
- gcc
- make