Skip to content

Commit 81f210b

Browse files
committed
scikit-ci.yml: set CMAKE_OSX_SYSROOT to use 10.12 sdk
the new default Travis CI osx image 'xcode8.3' does not come with 10.11 SDK installed, only with 10.12 https://docs.travis-ci.com/user/reference/osx/#Xcode-8.3
1 parent 2ecc465 commit 81f210b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scikit-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_install:
1919
osx:
2020
environment:
2121
PATH: $<HOME>/.pyenv/versions/$<PYTHON_VERSION>/bin:$<PATH>
22-
SETUP_ARGS: --plat-name macosx-10.6-x86_64 -- -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.6 -DCMAKE_OSX_ARCHITECTURES:STRING=x86_64 -DCMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
22+
SETUP_ARGS: --plat-name macosx-10.6-x86_64 -- -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.6 -DCMAKE_OSX_ARCHITECTURES:STRING=x86_64 -DCMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
2323
commands:
2424
- python ../addons/travis/install_pyenv.py
2525
- python ../addons/travis/install_cmake.py 3.6.2

0 commit comments

Comments
 (0)