You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our Travis builds run on macOS 10.9 (Mavericks) using Xcode 6.1 however the Travis team plans to deprecate that image on 10/31 and change the default image to mac OS 10.10 (El Capitan) using Xcode 7.3. Travis will continue to support macOS 10.10 (Yosemite) using Xcode 6.4 which is the oldest macOS supported by the homebrew package manager and Apple.
The scope of this issue is to rebase the ports cache for macOS 10.10/Xcode 6.4 and possibly macOS 10.11/Xcode 7.3 because that combination is the default and receiving the greatest userland updates that may improve build robustness and performance. Final decision pending Travis infrastructure rollout to evaluate available SDKs.
The text was updated successfully, but these errors were encountered:
use FreeCAD/freecad homebrew formula.
- Explicitly specifies the xcode6.4 image/dist on Travis
- Primes the cache using 'brew install --only-dependencies FreeCAD/freecad'
References FreeCAD#2ResolvesFreeCAD#15
Currently our Travis builds run on macOS 10.9 (Mavericks) using Xcode 6.1 however the Travis team plans to deprecate that image on 10/31 and change the default image to mac OS 10.10 (El Capitan) using Xcode 7.3. Travis will continue to support macOS 10.10 (Yosemite) using Xcode 6.4 which is the oldest macOS supported by the homebrew package manager and Apple.
The scope of this issue is to rebase the ports cache for macOS 10.10/Xcode 6.4 and possibly macOS 10.11/Xcode 7.3 because that combination is the default and receiving the greatest userland updates that may improve build robustness and performance. Final decision pending Travis infrastructure rollout to evaluate available SDKs.
The text was updated successfully, but these errors were encountered: