From 0886e6281ac8e5dee974475b69a213181538a0f6 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Mon, 16 Oct 2023 12:42:27 +0200 Subject: [PATCH] build: upgrade to rebar3 3.19.0-emqx-8 This version supports REBAR3_GIT_CACHE_DIR option to make use of local repos as clone reference to reduced the number of clones --- scripts/ensure-rebar3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ensure-rebar3.sh b/scripts/ensure-rebar3.sh index 1d6794bda..6eda16d30 100755 --- a/scripts/ensure-rebar3.sh +++ b/scripts/ensure-rebar3.sh @@ -14,7 +14,7 @@ case ${OTP_VSN} in VERSION="3.18.0-emqx-1" ;; 25*) - VERSION="3.19.0-emqx-1" + VERSION="3.19.0-emqx-8" ;; *) echo "Unsupporetd Erlang/OTP version $OTP_VSN"