summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiangph <jiangph@cn.ibm.com>2019-05-24 16:20:38 +0800
committerjiangph <jiangph@cn.ibm.com>2019-05-24 16:20:38 +0800
commit721adff5b9f9cee71f76a148a0b7b7b6aca73401 (patch)
treedc9b70da3be21e823f45a04450ddc781b29724f6
parent8000f14ff1867b277ef949f7c9419e27f0ca9b38 (diff)
downloadcouchdb-721adff5b9f9cee71f76a148a0b7b7b6aca73401.tar.gz
use rebar timeout
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index bcd761903..4aa2becff 100755
--- a/configure
+++ b/configure
@@ -218,6 +218,7 @@ install_local_rebar() {
if [ ! -x "${rootdir}/bin/rebar" ]; then
if [ ! -d "${rootdir}/src/rebar" ]; then
git clone --depth 1 https://github.com/apache/couchdb-rebar.git ${rootdir}/src/rebar
+ git checkout eunit-timeout
fi
make -C ${rootdir}/src/rebar
mv ${rootdir}/src/rebar/rebar ${rootdir}/bin/rebar