This repository was archived by the owner on Aug 8, 2023. It is now read-only.
Upgrade Travis to Xcode 7 image - #2238
Merged
Merged
Conversation
Contributor
Author
|
Supposedly this image has OS X 10.10.4, but Mason is trying to build against the OS X 10.11 SDK for some reason. That won’t work because of the .tbd files (text-based stub libraries). |
Contributor
Author
|
Travis’s iOS builds run xctool 0.2.5, which doesn’t quite support the latest Xcode 7 seed yet: facebookarchive/xctool#528 + rdar://problem/22542632 . In particular, I’m running into an “XCTestConfiguration isn't available” assertion failure in |
1ec5
force-pushed
the
1ec5-travis-xcode7
branch
2 times, most recently
from
September 14, 2015 19:25
370faf2 to
9f0a9a8
Compare
Contributor
Only for iOS. OS X remains on Xcode 6.4.
Upgraded the test project. Rolled back part of 69cf6ed to work around facebookarchive/xctool#528.
incanus
force-pushed
the
1ec5-travis-xcode7
branch
from
September 15, 2015 18:05
9f0a9a8 to
c1d2292
Compare
anshumanf
added a commit
to anshumanf/GithubNoteTaker
that referenced
this pull request
Sep 20, 2015
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR upgrades our Travis builds to use an Xcode 7 image. The same image includes new versions of other packages too, so we should be on the lookout for any fallout from that:
Fixes #2205 via #1957 and mapbox/mason#106.
/cc @incanus @kkaefer @friedbunny @bsudekum