summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2022-12-20 11:29:45 +0100
committerJan Lehnardt <jan@apache.org>2022-12-20 11:29:45 +0100
commit951d6e859747aff11697b6aae0e2d22b530ccb65 (patch)
treecbc44eaf44f7553666135e0a2d4095122ccdbc05
parente6b1be70050fe887f7438a43dba4833b0fc8022e (diff)
downloadcouchdb-fix/revert-4322.tar.gz
Revert "Reuse installed rebar and rebar3 for mix"fix/revert-4322
This reverts commit b5da5b66b8e2b2f0fe86ca142f1c45a63b5f9e0f.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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