You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ju...@apache.org on 2023/01/10 18:33:16 UTC

[couchdb] branch main updated: Elixir >= 1.14 doesn't support rebar2 - Remove initialization

This is an automated email from the ASF dual-hosted git repository.

juanjo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new b5693fd7e Elixir >= 1.14 doesn't support rebar2 -  Remove initialization
b5693fd7e is described below

commit b5693fd7e932c0490d6c47e49138cc90b56fb302
Author: Juanjo Rodriguez <ju...@apache.org>
AuthorDate: Tue Jan 10 00:04:59 2023 +0100

    Elixir >= 1.14 doesn't support rebar2 -  Remove initialization
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 00036cc68..146087723 100644
--- a/Makefile
+++ b/Makefile
@@ -244,7 +244,7 @@ elixir: elixir-init devclean
 .PHONY: elixir-init
 elixir-init: MIX_ENV=integration
 elixir-init: config.erl
-	@mix local.rebar --force rebar ./bin/rebar && mix local.rebar --force rebar3 ./bin/rebar3 && mix local.hex --force && mix deps.get
+	@mix local.rebar --force rebar3 ./bin/rebar3 && mix local.hex --force && mix deps.get
 
 .PHONY: elixir-cluster-without-quorum
 elixir-cluster-without-quorum: export MIX_ENV=integration