Просмотр исходного кода

chore(CI): change otp version for docker compose file

Signed-off-by: zhanghongtong <rory-z@outlook.com>
zhanghongtong 4 лет назад
Родитель
Сommit
7732796331

+ 2 - 2
.ci/docker-compose-file/docker-compose.yaml

@@ -3,7 +3,7 @@ version: '3.9'
 services:
   erlang23:
     container_name: erlang23
-    image: emqx/build-env:erl23.2.7.2-emqx-2-ubuntu20.04
+    image: ghcr.io/emqx/emqx-builder-helper/5.0:23.2.7.2-emqx-2-ubuntu20.04
     env_file:
       - conf.env
     environment:
@@ -23,7 +23,7 @@ services:
 
   erlang24:
     container_name: erlang24
-    image: emqx/build-env:erl24.0.5-emqx-1-ubuntu20.04
+    image: ghcr.io/emqx/emqx-builder-helper/5.0:24.1.1-emqx-1-ubuntu20.04
     env_file:
       - conf.env
     environment:

+ 2 - 2
.github/workflows/build_packages.yaml

@@ -87,7 +87,7 @@ jobs:
     steps:
     - uses: actions/download-artifact@v2
       with:
-        name: source-24.1.1-emqx-1
+        name: source-23.2.7.2-emqx-2
         path: .
     - name: unzip source code
       run: Expand-Archive -Path source-23.2.7.2-emqx-2.zip -DestinationPath ./
@@ -96,7 +96,7 @@ jobs:
       id: install_erlang
       ## gleam-lang/setup-erlang does not yet support the installation of otp24 on windows
       with:
-        otp-version: 24.1
+        otp-version: 23.2
     - name: build
       env:
         PYTHON: python

+ 2 - 2
.github/workflows/run_fvt_tests.yaml

@@ -70,7 +70,7 @@ jobs:
       matrix:
         otp:
         - 23.2.7.2-emqx-2
-        - 24.0.5-emqx-1
+        - 24.1.1-emqx-1
 
     steps:
     - uses: actions/download-artifact@v2
@@ -123,7 +123,7 @@ jobs:
       matrix:
         otp:
         - 23.2.7.2-emqx-2
-        - 24.0.5-emqx-1
+        - 24.1.1-emqx-1
 
     steps:
     - uses: actions/download-artifact@v2