2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

Fix CI OSX build failure.

This commit is contained in:
Stefan Seefeld
2018-04-16 23:04:55 -04:00
parent 24313709a7
commit 77ff0d6bbc

View File

@@ -30,9 +30,10 @@ matrix:
- os: linux
env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++11
- os: osx
env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++11
env: CXX=clang++ PYTHON=python CXXFLAGS=-std=c++11
- env: PYTHON=python DOC=1
allow_failures:
- os: osx
addons:
apt:
@@ -66,7 +67,6 @@ install:
# Install our own version of Boost (the subset we need) as the system version is
# too old (for C++11 support).
- |
set -e
if [ ! -d $HOME/Boost/tools/boostbook ]; then
echo "rebuilding Boost prerequisites."
wget https://sourceforge.net/projects/boost/files/boost/1.66.0/boost_1_66_0.tar.gz/download