Skip to content

Commit ae27181

Browse files
committed
Use Botan 2.8.0 for tests
1 parent a29f70e commit ae27181

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
build_botan()
55
{
66
# same revision used in the build recipe of the testing environment
7-
BOTAN_REV=1872f899716854927ecc68022fac318735be8824
7+
BOTAN_REV=2.8.0
88
BOTAN_DIR=$TRAVIS_BUILD_DIR/../botan
99

1010
if test -d "$BOTAN_DIR"; then

testing/scripts/recipes/011_botan.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
PKG = botan
44
SRC = https://github.com/randombit/$(PKG).git
5-
# will have to be changed to the 2.8.0 tag later
6-
REV = 1872f899716854927ecc68022fac318735be8824
5+
REV = 2.8.0
76

87
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
98

0 commit comments

Comments
 (0)