Skip to content

Commit 8c4b40a

Browse files
committed
Use manylinux2010 image since OpenSSL v1.1.1 no longer builds on CentOS5
manylinux1 is using CentOS-5 (EOL 2017) due to Perl 5.10 not being available.
1 parent 5db7093 commit 8c4b40a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
env:
3535
- CIBW_BEFORE_BUILD="tools/prepare-cibuildwheel-linux.sh ${LIBRDKAFKA_VERSION}"
3636
- PYTHON_CONFIGURE_OPTS="--enable-unicode=ucs4 --with-wide-unicode"
37-
- CIBW_MANYLINUX_X86_64_IMAGE="manylinux1"
38-
- CIBW_MANYLINUX_I686_IMAGE="manylinux1"
37+
- CIBW_MANYLINUX_X86_64_IMAGE="manylinux2010"
38+
- CIBW_MANYLINUX_I686_IMAGE="manylinux2010"
3939
language: python
4040
python: "2.7"
4141
services: docker

tools/build-linux-selfcontained.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [[ $1 != "--in-docker" ]]; then
2323
outdir=$2
2424
[[ -d $outdir ]] || mkdir -p $outdir
2525

26-
docker_image=quay.io/pypa/manylinux1_x86_64
26+
docker_image=quay.io/pypa/manylinux2010_x86_64
2727

2828
script_in_docker=/tmp/$(basename $0)
2929

tools/build-manylinux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# tools/build-manylinux.sh <librdkafka_tag>
1313
#
1414
# Usage in container:
15-
# docker run -t -v $(pwd):/io quay.io/pypa/manylinux1_x86_64:latest /io/tools/build-manylinux.sh <librdkafka_tag>
15+
# docker run -t -v $(pwd):/io quay.io/pypa/manylinux2010_x86_64:latest /io/tools/build-manylinux.sh <librdkafka_tag>
1616

1717
LIBRDKAFKA_VERSION=$1
1818

@@ -33,7 +33,7 @@ if [[ ! -f /.dockerenv ]]; then
3333
exit 1
3434
fi
3535

36-
docker run -t -v $(pwd):/io quay.io/pypa/manylinux1_x86_64:latest /io/tools/build-manylinux.sh "$LIBRDKAFKA_VERSION"
36+
docker run -t -v $(pwd):/io quay.io/pypa/manylinux2010_x86_64:latest /io/tools/build-manylinux.sh "$LIBRDKAFKA_VERSION"
3737

3838
exit $?
3939
fi

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy