Skip to content

Commit

Permalink
Remove CentOS 6 from builds and tests, it is now EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Dec 4, 2020
1 parent f678751 commit 0f5e2c0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ matrix:
os: linux
compiler: gcc
env: ADDITIONAL_BUILDS="centos" SKIP_MAKE=y
before_script:
# Starting mid October 2020 Travis-CI has a broken docker image cache
# for one of the centos:6 layers, so we explicitly refresh it before
# doing the ADDITIONAL_BUILDS.
- docker pull centos:6
- name: "Linux clang: +alpine"
os: linux
compiler: clang
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

librdkafka v1.5.3 is a maintenance release.

## Upgrade considerations

* CentOS 6 is now EOL and is no longer included in binary librdkafka packages,
such as NuGet.

## Fixes

### General fixes

* Fix a use-after-free crash when certain coordinator requests were retried.
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/mock-on-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
set -ex

_DOCKER_IMAGE=fedora:33
_MOCK_CONFIGS="epel-6-x86_64 epel-7-x86_64 epel-8-x86_64"
_MOCK_CONFIGS="epel-7-x86_64 epel-8-x86_64"

if [[ $1 == "--build" ]]; then
on_builder=1
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/tests/test-on-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [[ ! -f configure.self ]]; then
exit 1
fi

_DOCKER_IMAGES="centos:6 centos:7 centos:8"
_DOCKER_IMAGES="centos:7 centos:8"
_RPMDIR=artifacts

if [[ -n $1 ]]; then
Expand Down

0 comments on commit 0f5e2c0

Please sign in to comment.