Skip to content

Commit

Permalink
Update Travis to use Botan 2
Browse files Browse the repository at this point in the history
The tests are too slow using Botan 2.4.0 and it causes Travis timeouts
(likely due to ECC perf issue in versions before 2.5.0, see
randombit/botan#1019), so take 2.6.0 from
a backports ppa
  • Loading branch information
randombit committed Sep 8, 2019
1 parent 24411ed commit dcfb9d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: cpp
dist: bionic
compiler:
- gcc
- clang
before_install:
- sudo add-apt-repository -y ppa:ubuntu-backports-testers/ppa
- sudo apt-get update -qq
- sudo apt-get install build-essential autoconf automake libtool libcppunit-dev libsqlite3-dev sqlite3 libbotan1.10-dev libssl-dev p11-kit
- sudo apt-get install build-essential autoconf automake libtool libcppunit-dev libsqlite3-dev sqlite3 libbotan-2-dev libssl-dev p11-kit
script: sh testing/travis/travis.sh
env:
- CRYPTO=openssl OBJSTORE=file
Expand Down

0 comments on commit dcfb9d1

Please sign in to comment.