]> git.saurik.com Git - apt.git/commitdiff
travis: Pull in c++ standard library and g++ 5 from wily
authorJulian Andres Klode <jak@debian.org>
Mon, 14 Nov 2016 13:40:31 +0000 (14:40 +0100)
committerJulian Andres Klode <jak@debian.org>
Mon, 14 Nov 2016 14:10:03 +0000 (15:10 +0100)
The one in trusty does not support std::put_time(), causing the
compile to fail. This commit is specific to the 1.2 branch, as
newer branches already pull this in automatically.

Gbp-Dch: ignore

.travis.yml

index a076d3e4c82ee0e15eb721d4eb2426d0cb1dab9b..778368cc12d3d32d437780e7877a02fd56f08d56 100644 (file)
@@ -7,6 +7,7 @@ before_install:
    sudo sh -c '/bin/echo -e "Package: *\nPin: release n=wily\nPin-Priority: 1" > /etc/apt/preferences.d/wily'
  - sudo apt-get update -qq
 install:
+ - sudo apt-get -qq -y -t wily install libstdc++-5-dev g++
  - sudo ./prepare-release travis-ci
  - sudo apt-get -qq -y -t wily install gettext liblz4-dev python3-apt
  - make