use specific version 2.0.22 stable of libevent in reproducible builds

This commit is contained in:
kay kurokawa 2018-04-11 15:42:54 -04:00 committed by Umpei Kay Kurokawa
parent 2f7c03cbe8
commit 0a2c49911d

View file

@ -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"