Use Botan 2.8.0 for tests

This commit is contained in:
Tobias Brunner
2018-10-30 15:08:31 +01:00
parent a29f70e4fb
commit ae271810dc
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
build_botan() build_botan()
{ {
# same revision used in the build recipe of the testing environment # same revision used in the build recipe of the testing environment
BOTAN_REV=1872f899716854927ecc68022fac318735be8824 BOTAN_REV=2.8.0
BOTAN_DIR=$TRAVIS_BUILD_DIR/../botan BOTAN_DIR=$TRAVIS_BUILD_DIR/../botan
if test -d "$BOTAN_DIR"; then if test -d "$BOTAN_DIR"; then
+1 -2
View File
@@ -2,8 +2,7 @@
PKG = botan PKG = botan
SRC = https://github.com/randombit/$(PKG).git SRC = https://github.com/randombit/$(PKG).git
# will have to be changed to the 2.8.0 tag later REV = 2.8.0
REV = 1872f899716854927ecc68022fac318735be8824
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN) NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)