-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[ci] fix R tests for macOS on Azure Pipelines #2856
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😬 thanks @StrikerRUS ! Can you add a note in the title that this fixes the issue I opened? #2856
@jameslamb Oops! Didn't see we already have an issue for that. Just noticed failed Fixed #2855. |
Not sure that this fix is fully correct:
(this is for the main library and it can potentially break our artifacts). |
BTW, it seems xcode9.4.1 is not supported in macos10.14. https://github.com/microsoft/azure-pipelines-image-generation/blob/master/images/macos/macos-10.14-Readme.md#installed-sdks |
It is: https://github.com/microsoft/azure-pipelines-image-generation/blob/master/images/macos/macos-10.14-Readme.md#xcode SDKs are something different: https://travis-ci.community/t/catalina-and-xcode-11-1-support/5392/2 |
Tried to install 10.13 SDK |
OK, due to we have some problems building R packages from sources on macOS (refer to #2752 and #2856 (comment)), I'm going to hotfix this by forcing installation of binary packages for macOS (even if they are a little bit outdated compared to CRAN sources). @jameslamb Please feel free to propose a better long-term fix when you'll have time, but I'll merge this PR right after green CI checks (your outdated approval will allow me to do that 😃 ) as it blocks all other PRs. |
totally fine with me, thank you! |
Fix current
master
fails.Have no idea why it started to fail:
Refer to golang/go#31159 (comment).