[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: buildbot_deps:
- python2-pip - python2-pip
build_deps: build_deps:
- cmake
- multilib/gcc - multilib/gcc
- make - make

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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