-
Notifications
You must be signed in to change notification settings - Fork 420
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
Can't build on macOS Sierra #643
Comments
You'll probably need to change this line to |
@d12frosted, @wjk: Could you try PR #642? Does that address the problem. I'm a bit nervous about updating to Sierra myself to see if it fixes it. |
Ah -- I see why it's failing. We didn't specify a RID in build.cake on OSX: https://github.com/OmniSharp/omnisharp-roslyn/blob/dev/build.cake#L118 |
I think I've got a fix for this here: #644. It'd be great if somebody could pull that change and try it out. |
It looks like we also do a "dotnet restore --infer-runtimes" for tests in https://github.com/OmniSharp/omnisharp-roslyn/blob/dev/build.cake#L172-L183, which will certainly break on macSierra. |
@DustinCampbell Replacing
|
Yeah, "default" keeps getting threaded through various steps in the build process. I've updated to macSierra and am working through the issues. |
OK. #644 should fix this now. |
@DustinCampbell thank you for suggestions. I will try those PRs today in the evening. And I'll let you know about results.
Now I am a bit nervous about doing update as well 😸 💃 |
@d12frosted: No worries. #644 does fix the build. |
@DustinCampbell indeed. Thanks for a quick solution! 💃 ❤️ |
Hey,
Just tried to build
omnisharp
on macOS Sierra 10.12 and run into multiple errors. I saw similar issue on other projects and if I understand the problem correctly, this must be fixed on project level.Problem
Full log can be found here.
Oh, and just to make this report more interesting, here is screenshot that made my day. I wasn't ready for this 💃 😸
P. S. Sorry if it's actually not related to Omnisharp.
The text was updated successfully, but these errors were encountered: