Skip to content

Commit

Permalink
ci: also allow to pin rebar3 through env vars
Browse files Browse the repository at this point in the history
In the name of increased flexibility.
  • Loading branch information
keynslug committed Dec 12, 2022
1 parent 2a1a605 commit f56a259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
BUILD_WITHOUT_QUIC ?= true
export BUILD_WITHOUT_QUIC

REBAR = $(or $(shell which rebar3 2>/dev/null),$(CURDIR)/rebar3)
REBAR_VERSION = 3.19.0-emqx-1
REBAR ?= $(or $(shell which rebar3 2>/dev/null),$(CURDIR)/rebar3)
REBAR_VERSION ?= 3.19.0-emqx-1

.PHONY: all
all: compile
Expand Down

0 comments on commit f56a259

Please sign in to comment.