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:
Zaiming (Stone) Shi 2023-10-16 12:42:27 +02:00
parent 90a0c093bf
commit 0886e6281a
1 changed files with 1 additions and 1 deletions

View File

@ -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"