Skip to content

Commit

Permalink
Elixir >= 1.14 doesn't support rebar2 - Remove initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrodrig committed Jan 10, 2023
1 parent 3421b82 commit b5693fd
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 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
Expand Down

0 comments on commit b5693fd

Please sign in to comment.