Procházet zdrojové kódy

ci: remove centos8 support

due to centos8 EOL
William Yang před 4 roky
rodič
revize
5c36143186
3 změnil soubory, kde provedl 2 přidání a 6 odebrání
  1. 1 2
      .github/workflows/build_packages.yaml
  2. 0 3
      build
  3. 1 1
      scripts/get-distro.sh

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

@@ -264,7 +264,6 @@ jobs:
           - debian10
           - debian10
           - debian9
           - debian9
           # - opensuse
           # - opensuse
-          - centos8
           - centos7
           - centos7
           - raspbian10
           - raspbian10
           # - raspbian9
           # - raspbian9
@@ -303,7 +302,7 @@ jobs:
             elixir: 1.13.2
             elixir: 1.13.2
             build_elixir: with_elixir
             build_elixir: with_elixir
             arch: amd64
             arch: amd64
-            os: centos8
+            os: centos7
             build_machine: ubuntu-20.04
             build_machine: ubuntu-20.04
 
 
     defaults:
     defaults:

+ 0 - 3
build

@@ -202,9 +202,6 @@ make_docker_testing() {
             ubuntu20*)
             ubuntu20*)
                 EMQX_BASE_IMAGE="ubuntu:20.04"
                 EMQX_BASE_IMAGE="ubuntu:20.04"
                 ;;
                 ;;
-            centos8)
-                EMQX_BASE_IMAGE="centos:8"
-                ;;
             *)
             *)
                 echo "Unsupported testing base image for $SYSTEM"
                 echo "Unsupported testing base image for $SYSTEM"
                 exit 1
                 exit 1

+ 1 - 1
scripts/get-distro.sh

@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
 
 
 ## This script prints Linux distro name and its version number
 ## This script prints Linux distro name and its version number
-## e.g. macos, centos8, ubuntu20.04
+## e.g. macos, centos7, ubuntu20.04
 
 
 set -euo pipefail
 set -euo pipefail