Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse OS X 10.11 on Travis #382
Closed
Comments
|
Hi, can I do this? Only thing missing seems to be what xcode version to use. Can we go with |
|
Hi @vigneshsarma, unfortunately I already have a commit for this in an open PR I'm working on so this is no longer on the table! (It turns out this is a lot more involved than just adding the |
|
Going to be fixed in #483. |
bors-servo
added a commit
that referenced
this issue
Sep 27, 2016
Fix Homebrew 1.0.0 fallout Homebrew 1.0.0 has just been released with some breaking changes. To handle all of them, this PR has a lot of changes, here are the main points: - Add a new `homebrew` execution module and `hombrew_analytics` state module to fix analytics disabling - Fix `autoconf`/`autoconf213` installing and linking - Use env vars to specify OpenSSL location because linking fails (fixes #479) - Upgrade to XCode 8/OS X 10.11 on Travis (fixes #382) to fix installing git - Update Salt, leaping two major versions ahead to 2016.3.3 (the latest), due to changes in Homebrew Python/Salt packaging not available in our pinned old Salt - Make our install and dispatch scripts more robust: - Force apt-get to use existing configuration files and ignore updates in Salt packages during installation - Unlink Salt if we have installed it via Homebrew previously before installing a new one - Allow failures when building old revs when checking upgrades (upstreams change) - Manually invalidate the Salt cache between runs See commit messages for full details. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/483) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@edunham is switching all of our Mac builders to OS X 10.11. Because our Salt states change the underlying system in various ways, they could be affected by the specific OS version, so we should test using the same version.
In order to this, we should set the
osx_imagekey in the.travis.ymlfile for any Mac builders. We'll need to set the value to eitherxcode7.3orxcode7.2to get OS X 10.11 - @edunham @larsbergstrom do you know which Xcode we install? (That should also get documented on the wiki.)