This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch fix-rebar3-version in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit e67c4b98cf1856690ae33adc3785aaeb43c943a9 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Wed May 17 22:20:07 2023 -0400 Fix rebar3 version to 3.21.0 It's the latest version. Otherwise, unexpected updates there break our CI chain. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6c6877105..8b1e43d6f 100755 --- a/configure +++ b/configure @@ -21,7 +21,7 @@ basename=`basename $0` PACKAGE_AUTHOR_NAME="The Apache Software Foundation" -REBAR3_BRANCH="main" +REBAR3_BRANCH="3.21.0" # TEST=0 WITH_PROPER="true"
