Skip to content

Commit

Permalink
Reuse installed rebar and rebar3 for mix
Browse files Browse the repository at this point in the history
Instead of having it download its own every time
  • Loading branch information
nickva committed Dec 20, 2022
1 parent bfd8d55 commit b5da5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && mix local.hex --force && mix deps.get
@mix local.rebar --force rebar ./bin/rebar && 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
Expand Down

0 comments on commit b5da5b6

Please sign in to comment.