]> git.proxmox.com Git - mirror_lxc.git/commitdiff
travis: Build using the daily PPA
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 12 Feb 2014 22:30:12 +0000 (17:30 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 12 Feb 2014 22:30:12 +0000 (17:30 -0500)
Now that we depend on seccomp2, the backport currently in precise is too
old to allow for a succesful build, so instead use ppa:ubuntu-lxc/daily
which contains recent versions of all needed build-dependencies.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
.travis.yml

index 62028c4fae5f9532fcdba9eefd40504730cbb982..427009d8612ac8da4c55647a73cef111448effd5 100644 (file)
@@ -3,6 +3,7 @@ compiler:
  - gcc
  - clang
 before_install:
+ - sudo add-apt-repository ppa:ubuntu-lxc/daily -y
  - sudo apt-get update -qq
  - sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev docbook2x libgnutls-dev liblua5.2-dev libselinux1-dev
 script: ./autogen.sh && ./configure --enable-tests && make -j4