Skip to content

Commit

Permalink
build/CI/packaging: remove Fedora 27 (EOL).
Browse files Browse the repository at this point in the history
  • Loading branch information
akopytov committed Dec 16, 2018
1 parent b017a99 commit 5803f73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ env:
- TARGET=coverage
- OS=el DIST=6
- OS=el DIST=7
- OS=fedora DIST=27
- OS=fedora DIST=28
- OS=fedora DIST=rawhide
- OS=ubuntu DIST=trusty
Expand All @@ -52,8 +51,6 @@ matrix:
compiler: clang
- env: OS=el DIST=7
compiler: clang
- env: OS=fedora DIST=27
compiler: clang
- env: OS=fedora DIST=28
compiler: clang
- env: OS=fedora DIST=rawhide
Expand Down Expand Up @@ -86,8 +83,6 @@ matrix:
os: osx
- env: OS=el DIST=7
os: osx
- env: OS=fedora DIST=27
os: osx
- env: OS=fedora DIST=28
os: osx
- env: OS=fedora DIST=rawhide
Expand Down
2 changes: 0 additions & 2 deletions scripts/buildpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ PACKPACK_REPO=${PACKPACK_REPO:-akopytov/packpack}
distros_x86_64=(
"el 6 x86_64"
"el 7 x86_64"
"fedora 27 x86_64"
"fedora 28 x86_64"
"ubuntu trusty x86_64"
"ubuntu xenial x86_64"
Expand All @@ -68,7 +67,6 @@ distros_i386=(

distros_aarch64=(
"el 7 aarch64"
"fedora 27 aarch64"
"fedora 28 aarch64"
"ubuntu bionic aarch64"
"ubuntu trusty aarch64"
Expand Down

0 comments on commit 5803f73

Please sign in to comment.