From: bert hubert Date: Sun, 18 Jan 2015 11:18:24 +0000 (+0100) Subject: ubuntu w/o universe does not support installing libboost-dev-all X-Git-Tag: dnsdist-1.0.0-alpha1~318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aab0a4118f2c3d51b43790108cd494c09133f11e;p=thirdparty%2Fpdns.git ubuntu w/o universe does not support installing libboost-dev-all --- diff --git a/circle.yml b/circle.yml index 840329c2a8..205652318c 100644 --- a/circle.yml +++ b/circle.yml @@ -1,5 +1,7 @@ dependencies: pre: + - sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe" + - sudo apt-get update -qq - sudo apt-get install autoconf automake bison flex g++ git libboost-all-dev libtool make pkg-config ragel test: