ci: stop installing cryptopp/crypto++
Change-Id: I5c24e4e257f8ebf1550d0eaa1cfe6697d3f50a1c
Refs: #3946
diff --git a/.jenkins.d/00-deps.sh b/.jenkins.d/00-deps.sh
index 6448fbe..8234693 100755
--- a/.jenkins.d/00-deps.sh
+++ b/.jenkins.d/00-deps.sh
@@ -7,7 +7,7 @@
set -x
if has OSX $NODE_LABELS; then
- FORMULAE=(boost pkg-config cryptopp openssl)
+ FORMULAE=(boost openssl pkg-config)
brew update
if [[ -n $TRAVIS ]]; then
# travis images come with a large number of brew packages
@@ -25,8 +25,7 @@
if has Ubuntu $NODE_LABELS; then
sudo apt-get -qq update
sudo apt-get -qy install build-essential pkg-config libboost-all-dev \
- libcrypto++-dev libsqlite3-dev libssl-dev \
- libpcap-dev
+ libsqlite3-dev libssl-dev libpcap-dev
if [[ $JOB_NAME == *"code-coverage" ]]; then
sudo apt-get -qy install lcov libgd-perl python-setuptools