build/CI/packaging: remove Fedora 28 (EOL).

This commit is contained in:
Alexey Kopytov
2019-07-14 16:47:14 +03:00
parent 66be0fbeb6
commit bbf5e9ca22
2 changed files with 0 additions and 7 deletions

View File

@ -30,7 +30,6 @@ env:
- TARGET=coverage
- OS=el DIST=6
- OS=el DIST=7
- OS=fedora DIST=28
- OS=fedora DIST=29
- OS=fedora DIST=30
- OS=fedora DIST=rawhide
@ -57,8 +56,6 @@ matrix:
compiler: clang
- env: OS=el DIST=7
compiler: clang
- env: OS=fedora DIST=28
compiler: clang
- env: OS=fedora DIST=29
compiler: clang
- env: OS=fedora DIST=30
@ -101,8 +98,6 @@ matrix:
os: osx
- env: OS=el DIST=7
os: osx
- env: OS=fedora DIST=28
os: osx
- env: OS=fedora DIST=29
os: osx
- env: OS=fedora DIST=30

View File

@ -49,7 +49,6 @@ PACKPACK_REPO=${PACKPACK_REPO:-akopytov/packpack}
distros_x86_64=(
"el 6 x86_64"
"el 7 x86_64"
"fedora 28 x86_64"
"fedora 29 x86_64"
"fedora 39 x86_64"
"ubuntu trusty x86_64"
@ -73,7 +72,6 @@ distros_i386=(
distros_aarch64=(
"el 7 aarch64"
"fedora 28 aarch64"
"fedora 29 aarch64"
"fedora 30 aarch64"
"ubuntu bionic aarch64"