Skip to content

Commit f768fff

Browse files
committed
More manylinux fixes
1 parent 9ecf395 commit f768fff

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ script:
4141
- if [[ -z $CIBW_BEFORE_BUILD ]]; then flake8 ; fi
4242
- if [[ -z $CIBW_BEFORE_BUILD ]]; then py.test -v --timeout 20 --ignore=tmp-build --import-mode append ; fi
4343
- if [[ ! -z $CIBW_BEFORE_BUILD ]]; then cibuildwheel --output-dir wheelhouse ; ls -la wheelhouse/ ; fi
44-
- if [[ $TRAVIS_OS_NAME == linux && ! -z $CIBW_BEFORE_BUILD ]]; then DOCKER_IMAGES=quay.io/pypa/manylinux1_x86_64:latest tools/test-manylinux.sh ; fi
44+
- if [[ $TRAVIS_OS_NAME == linux && ! -z $CIBW_BEFORE_BUILD ]]; then DOCKER_IMAGES=centos:6.6 tools/test-manylinux.sh ; fi
4545

4646

4747
deploy:

tools/build-openssl.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ set -ex
1818
echo "# Building OpenSSL ${OPENSSL_VERSION}"
1919

2020

21-
if [[ ! -f build-openssl/config ]]; then
21+
if ! grep -q "^VERSION=${OPENSSL_VERSION}$" build-openssl/Makefile ; then
22+
echo "No usable build-openssl directory: downloading ${OPENSSL_VERSION}"
2223
rm -rf build-openssl
2324
mkdir -p build-openssl
2425
pushd build-openssl

tools/test-manylinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function run_single_in_docker {
2424
# Run single test inside docker container
2525

2626
# Detect OS
27-
if grep -qi centos /etc/system-release ; then
27+
if grep -qi centos /etc/system-release /etc/redhat-release ; then
2828
setup_centos
2929
elif grep -qi ubuntu /etc/os-release ; then
3030
setup_ubuntu

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