From 0a2c49911dee97887d2bb234ef2f880a96f3f3b5 Mon Sep 17 00:00:00 2001 From: kay kurokawa Date: Wed, 11 Apr 2018 15:42:54 -0400 Subject: [PATCH] use specific version 2.0.22 stable of libevent in reproducible builds --- reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reproducible_build.sh b/reproducible_build.sh index 44c4bfcd0..3b6df6a09 100755 --- a/reproducible_build.sh +++ b/reproducible_build.sh @@ -297,7 +297,7 @@ function build_boost() { function build_libevent() { LIBEVENT_LOG="$1" if [ ! -d libevent ]; then - git clone https://github.com/libevent/libevent.git + git clone --branch release-2.0.22-stable https://github.com/libevent/libevent.git fi cd libevent echo "Building libevent. tail -f ${LIBEVENT_LOG} to see the details and monitor progress"