소스 검색

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
Zaiming (Stone) Shi 2 년 전
부모
커밋
0886e6281a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/ensure-rebar3.sh

+ 1 - 1
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"