Skip to content

Commit 9499b7a

Browse files
committed
Use Jessie not Weezy for docker image on travis
The Weezy image uses a glibc which isn't compatible with the binary_utils binaries we publish for Linux.
1 parent da017b4 commit 9499b7a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ matrix:
6464
env:
6565
- SHARD="Linux Native Engine Binary Builder"
6666
- NATIVE_ENGINE_DEPLOY=1
67-
# Use the standard python-2.7 docker Debian Wheezy image for binary compatibility with old
68-
# linux distros.
69-
- DOCKER_IMAGE="python:2.7.13-wheezy"
67+
- DOCKER_IMAGE="python:2.7.13-jessie"
7068
before_install:
7169
# Remove any Ubuntu binary cruft before building.
7270
- git clean -fdx

0 commit comments

Comments
 (0)