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
This commit is contained in:
parent
90a0c093bf
commit
0886e6281a
|
@ -14,7 +14,7 @@ case ${OTP_VSN} in
|
||||||
VERSION="3.18.0-emqx-1"
|
VERSION="3.18.0-emqx-1"
|
||||||
;;
|
;;
|
||||||
25*)
|
25*)
|
||||||
VERSION="3.19.0-emqx-1"
|
VERSION="3.19.0-emqx-8"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unsupporetd Erlang/OTP version $OTP_VSN"
|
echo "Unsupporetd Erlang/OTP version $OTP_VSN"
|
||||||
|
|
Loading…
Reference in New Issue