Skip to content

Commit

Permalink
build/CI/packaging: remove Debian Jessie (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
akopytov committed Mar 25, 2021
1 parent e1635b8 commit ed34026
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,11 @@ env:
- OS=ubuntu DIST=bionic
- OS=ubuntu DIST=focal
- OS=ubuntu DIST=groovy
- OS=debian DIST=jessie
- OS=debian DIST=stretch
- OS=debian DIST=buster
- OS=debian DIST=sid
- OS=ubuntu DIST=xenial ARCH=i386
- OS=ubuntu DIST=bionic ARCH=i386
- OS=debian DIST=jessie ARCH=i386
- OS=debian DIST=stretch ARCH=i386
- OS=debian DIST=buster ARCH=i386
- OS=debian DIST=sid ARCH=i386
Expand All @@ -74,8 +72,6 @@ matrix:
compiler: clang
- env: OS=ubuntu DIST=groovy
compiler: clang
- env: OS=debian DIST=jessie
compiler: clang
- env: OS=debian DIST=stretch
compiler: clang
- env: OS=debian DIST=buster
Expand All @@ -88,8 +84,6 @@ matrix:
compiler: clang
- env: OS=ubuntu DIST=disco ARCH=i386
compiler: clang
- env: OS=debian DIST=jessie ARCH=i386
compiler: clang
- env: OS=debian DIST=stretch ARCH=i386
compiler: clang
- env: OS=debian DIST=buster ARCH=i386
Expand All @@ -102,8 +96,6 @@ matrix:
arch: arm64
- env: OS=ubuntu DIST=disco ARCH=i386
arch: arm64
- env: OS=debian DIST=jessie ARCH=i386
arch: arm64
- env: OS=debian DIST=stretch ARCH=i386
arch: arm64
- env: OS=debian DIST=buster ARCH=i386
Expand Down Expand Up @@ -132,8 +124,6 @@ matrix:
os: osx
- env: OS=ubuntu DIST=groovy
os: osx
- env: OS=debian DIST=jessie
os: osx
- env: OS=debian DIST=stretch
os: osx
- env: OS=debian DIST=buster
Expand All @@ -158,8 +148,6 @@ matrix:
arch: arm64
- arch: arm64
compiler: clang
- env: OS=debian DIST=jessie
arch: arm64

addons:
apt:
Expand Down
3 changes: 0 additions & 3 deletions scripts/buildpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,13 @@ distros_x86_64=(
"ubuntu bionic x86_64"
"ubuntu focal x86_64"
"ubuntu groovy x86_64"
"debian jessie x86_64"
"debian stretch x86_64"
"debian buster x86_64"
)

distros_i386=(
"ubuntu xenial i386"
"ubuntu bionic i386"
"debian jessie i386"
"debian stretch i386"
"debian buster i386"
)
Expand All @@ -77,7 +75,6 @@ distros_aarch64=(
"ubuntu focal aarch64"
"ubuntu groovy aarch64"
"ubuntu xenial aarch64"
"debian jessie aarch64"
"debian stretch aarch64"
"debian buster aarch64"
)
Expand Down

0 comments on commit ed34026

Please sign in to comment.