Use Botan 2.14.0 for tests

Requires at least GCC 5.0 to build with `--amalgamation`, so it's
disabled for our Ubuntu 16.04 build.
This commit is contained in:
Tobias Brunner
2020-04-07 16:37:27 +02:00
parent 3273667b0b
commit e0b1b12028
3 changed files with 13 additions and 11 deletions
+4 -4
View File
@@ -63,9 +63,9 @@ jobs:
arch: ppc64le
- env: TEST=all
arch: s390x
- env: TEST=all
- env: TEST=all UBUNTU_XENIAL=yes
dist: xenial
- env: TEST=all
- env: TEST=all UBUNTU_XENIAL=yes
dist: xenial
compiler: clang
- env: TEST=all MONOLITHIC=yes
@@ -105,9 +105,9 @@ jobs:
- env: TEST=wolfssl LEAK_DETECTIVE=yes
- env: TEST=openssl
- env: TEST=openssl LEAK_DETECTIVE=yes
- env: TEST=openssl-1.0
- env: TEST=openssl-1.0 UBUNTU_XENIAL=yes
dist: xenial
- env: TEST=openssl-1.0 LEAK_DETECTIVE=yes
- env: TEST=openssl-1.0 LEAK_DETECTIVE=yes UBUNTU_XENIAL=yes
dist: xenial
- env: TEST=gcrypt
- env: TEST=gcrypt LEAK_DETECTIVE=yes