Skip to content

Commit

Permalink
fix: debuggng leftover, speed up local rebar clones
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Jan 6, 2023
1 parent a840dc9 commit 1081033
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,7 @@ EOF
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 clone https://github.com/apache/couchdb-rebar.git ${rootdir}/src/rebar
git clone --depth 1 https://github.com/apache/couchdb-rebar.git ${rootdir}/src/rebar
fi
make -C ${rootdir}/src/rebar
mv ${rootdir}/src/rebar/rebar ${rootdir}/bin/rebar
Expand Down

0 comments on commit 1081033

Please sign in to comment.