-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Unix build breaks with package errors on recent buildtools update #16729
Comments
/cc @dagood anyone with a repro to share the log file with me? |
@ericstj |
I repro'd the package restore issues to get at the nuget log: https://gist.github.com/dagood/63affeb2d3aaa7bb0f41 I also noticed this when running
I could only find 3.4.0 on the dotnet.myget.org buildtools feed, and it looks like it's even older than the beta-488 version we were using before. I'm not completely sure where this dependency is used, but maybe this is breaking other package-reading stuff. |
Indeed, I need to mirror the latest nuget on our feed from the nugetbuild feed. I'll look through restore errors shortly. |
I mirrored the nuget packages, so that should fix the build failures. Looking into restore failures now. |
Confirmed that the mirror fixed the build errors on my mac. (And that the RID PR fixes the restore.) |
Full log:
http://dotnet-ci.cloudapp.net/job/dotnet_corefx/job/outerloop_ubuntu14.04_debug/31/console
The text was updated successfully, but these errors were encountered: