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

jan pushed a commit to branch fix/revert-4322
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 951d6e859747aff11697b6aae0e2d22b530ccb65
Author: Jan Lehnardt <[email protected]>
AuthorDate: Tue Dec 20 11:29:45 2022 +0100

    Revert "Reuse installed rebar and rebar3 for mix"
    
    This reverts commit b5da5b66b8e2b2f0fe86ca142f1c45a63b5f9e0f.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 957d54d8a..e9ab1d223 100644
--- a/Makefile
+++ b/Makefile
@@ -244,7 +244,7 @@ elixir: elixir-init elixir-check-formatted elixir-credo 
devclean
 .PHONY: elixir-init
 elixir-init: MIX_ENV=test
 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 && mix local.hex --force && mix deps.get
 
 .PHONY: elixir-cluster-without-quorum
 elixir-cluster-without-quorum: export MIX_ENV=integration

Reply via email to