-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the Travis macOS image from xcode7 to xcode7.3 #19379
Conversation
Of course this couldn't just go smoothly... there seems now to be OpenBLAS issues. 😕 |
@tkelman Would we have to clear the Travis dependency cache in order for this to work? Research suggests that the differences between XCode 7 and 7.3 should be minimal and non-breaking, but in practice, who knows... |
bf9060d
to
e3a1512
Compare
Clearing the Travis cache seems not to have changed anything. |
e3a1512
to
4330eb1
Compare
I'm honestly stumped as to why this would be causing issues. Any ideas, @staticfloat? |
This looks like |
c64c6f7
to
ad4e239
Compare
Here's the output from
I added a bit that checks whether the linked libraries exist and they appear to exist... |
Does the juliadeps/libgfortran homebrew bottle contain libquadmath in it? If not, should it? |
Based on the formula it should and based on the bottle contents it does. |
Maybe we should ask the travis guys if we can login and inspect the state of a run of this branch. I'm stumped. |
I'm going to guess this is something wrong with the bottles for 10.11. We should try |
👍 We should shoot for newer rather than older, so I'll try |
ad4e239
to
641b544
Compare
:/ same story with |
This is my thought too, but I just tested on a completely clean OSX 10.11 VM, and I can run |
Can you run the exact combination of steps that the .travis.yml does? |
The |
Good catch, and pretty annoying of apple. Would rearranging the command lines to pass them in a way other than |
Superseded by #19475 |
On their blog, Travis CI mentioned that they're consolidating their catalog of available macOS images. (See here.) We're currently using
xcode7
, which is not on their list of images that will be available going forward, so this PR updates it toxcode7.3
.