You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2023/01/07 18:49:57 UTC

[GitHub] [couchdb] big-r81 commented on a diff in pull request #4340: Use the bootstrap script to build local rebar

big-r81 commented on code in PR #4340:
URL: https://github.com/apache/couchdb/pull/4340#discussion_r1064035063


##########
configure:
##########
@@ -296,9 +296,10 @@ install_local_rebar() {
         if [ ! -d "${rootdir}/src/rebar" ]; then
             git clone --depth 1 https://github.com/apache/couchdb-rebar.git ${rootdir}/src/rebar
         fi
-        make -C ${rootdir}/src/rebar
+        cd src/rebar
+        ./bootstrap

Review Comment:
   I used the rebar3 example as a guide at the beginning.  I will test it again without this change.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org