1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-19 00:53:46 -05:00

Find zlib from Xcode or brew on Mojave (#1353)

fixes #1219, #1333
This commit is contained in:
Mikhail Bulash
2019-06-11 17:12:00 +03:00
committed by Josh Friend
parent 2350e57b00
commit 4157973301
4 changed files with 39 additions and 13 deletions

View File

@@ -23,6 +23,7 @@ dist:
osx_image:
- xcode9.4
- xcode10
- xcode10.2
env:
- PYTHON_BUILD_VERSION=3.8-dev
@@ -55,6 +56,8 @@ jobs:
# list, to prevent duplicate Linux builds.
- os: linux
osx_image: xcode9.4
- os: linux
osx_image: xcode10
allow_failures:
- env: PYTHON_BUILD_VERSION=3.8-dev