Skip to content

Commit 3f9d4c1

Browse files
committed
build/CI/packaging: remove EL 6 (EOL)
1 parent ed34026 commit 3f9d4c1

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.travis.yml

-7
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ env:
3232
- TARGET=distcheck
3333
- TARGET=test
3434
- TARGET=coverage
35-
- OS=el DIST=6
3635
- OS=el DIST=7
3736
- OS=el DIST=8
3837
- OS=fedora DIST=32
@@ -52,8 +51,6 @@ env:
5251

5352
matrix:
5453
exclude:
55-
- env: OS=el DIST=6
56-
compiler: clang
5754
- env: OS=el DIST=7
5855
compiler: clang
5956
- env: OS=el DIST=8
@@ -102,10 +99,6 @@ matrix:
10299
arch: arm64
103100
- env: OS=debian DIST=sid ARCH=i386
104101
arch: arm64
105-
- env: OS=el DIST=6
106-
arch: arm64
107-
- env: OS=el DIST=6
108-
os: osx
109102
- env: OS=el DIST=7
110103
os: osx
111104
- env: OS=el DIST=8

scripts/buildpack.sh

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ PACKAGECLOUD_EXTRA_ARGS=${PACKAGECLOUD_EXTRA_ARGS:-}
4747
PACKPACK_REPO=${PACKPACK_REPO:-akopytov/packpack}
4848

4949
distros_x86_64=(
50-
"el 6 x86_64"
5150
"el 7 x86_64"
5251
"el 8 x86_64"
5352
"fedora 32 x86_64"

0 commit comments

Comments
 (0)