Remove Debian Wheezy From CI/build/packaging matrices (EOL).
This commit is contained in:
@ -37,7 +37,6 @@ env:
|
||||
- OS=ubuntu DIST=xenial
|
||||
- OS=ubuntu DIST=artful
|
||||
- OS=ubuntu DIST=bionic
|
||||
- OS=debian DIST=wheezy
|
||||
- OS=debian DIST=jessie
|
||||
- OS=debian DIST=stretch
|
||||
- OS=debian DIST=sid
|
||||
@ -45,7 +44,6 @@ env:
|
||||
- OS=ubuntu DIST=xenial ARCH=i386
|
||||
- OS=ubuntu DIST=artful ARCH=i386
|
||||
- OS=ubuntu DIST=bionic ARCH=i386
|
||||
- OS=debian DIST=wheezy ARCH=i386
|
||||
- OS=debian DIST=jessie ARCH=i386
|
||||
- OS=debian DIST=stretch ARCH=i386
|
||||
- OS=debian DIST=sid ARCH=i386
|
||||
@ -70,8 +68,6 @@ matrix:
|
||||
compiler: clang
|
||||
- env: OS=ubuntu DIST=bionic
|
||||
compiler: clang
|
||||
- env: OS=debian DIST=wheezy
|
||||
compiler: clang
|
||||
- env: OS=debian DIST=jessie
|
||||
compiler: clang
|
||||
- env: OS=debian DIST=stretch
|
||||
@ -86,8 +82,6 @@ matrix:
|
||||
compiler: clang
|
||||
- env: OS=ubuntu DIST=bionic ARCH=i386
|
||||
compiler: clang
|
||||
- env: OS=debian DIST=wheezy ARCH=i386
|
||||
compiler: clang
|
||||
- env: OS=debian DIST=jessie ARCH=i386
|
||||
compiler: clang
|
||||
- env: OS=debian DIST=stretch ARCH=i386
|
||||
@ -112,8 +106,6 @@ matrix:
|
||||
os: osx
|
||||
- env: OS=ubuntu DIST=bionic
|
||||
os: osx
|
||||
- env: OS=debian DIST=wheezy
|
||||
os: osx
|
||||
- env: OS=debian DIST=jessie
|
||||
os: osx
|
||||
- env: OS=debian DIST=stretch
|
||||
|
||||
@ -55,7 +55,6 @@ distros_x86_64=(
|
||||
"ubuntu xenial x86_64"
|
||||
"ubuntu artful x86_64"
|
||||
"ubuntu bionic x86_64"
|
||||
"debian wheezy x86_64"
|
||||
"debian jessie x86_64"
|
||||
"debian stretch x86_64"
|
||||
)
|
||||
@ -65,7 +64,6 @@ distros_i386=(
|
||||
"ubuntu xenial i386"
|
||||
"ubuntu artful i386"
|
||||
"ubuntu bionic i386"
|
||||
"debian wheezy i386"
|
||||
"debian jessie i386"
|
||||
"debian stretch i386"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user