Skip to content

Commit

Permalink
build/CI/packaging: remove EL 6 (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
akopytov committed Mar 25, 2021
1 parent ed34026 commit 3f9d4c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ env:
- TARGET=distcheck
- TARGET=test
- TARGET=coverage
- OS=el DIST=6
- OS=el DIST=7
- OS=el DIST=8
- OS=fedora DIST=32
Expand All @@ -52,8 +51,6 @@ env:

matrix:
exclude:
- env: OS=el DIST=6
compiler: clang
- env: OS=el DIST=7
compiler: clang
- env: OS=el DIST=8
Expand Down Expand Up @@ -102,10 +99,6 @@ matrix:
arch: arm64
- env: OS=debian DIST=sid ARCH=i386
arch: arm64
- env: OS=el DIST=6
arch: arm64
- env: OS=el DIST=6
os: osx
- env: OS=el DIST=7
os: osx
- env: OS=el DIST=8
Expand Down
1 change: 0 additions & 1 deletion scripts/buildpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ PACKAGECLOUD_EXTRA_ARGS=${PACKAGECLOUD_EXTRA_ARGS:-}
PACKPACK_REPO=${PACKPACK_REPO:-akopytov/packpack}

distros_x86_64=(
"el 6 x86_64"
"el 7 x86_64"
"el 8 x86_64"
"fedora 32 x86_64"
Expand Down

0 comments on commit 3f9d4c1

Please sign in to comment.