-
Notifications
You must be signed in to change notification settings - Fork 132
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 builds randomly fail when restoring Roslyn #208
Comments
@agocke, do you recall why we added |
This was fixed by @eerhardt right? |
I added a temporary workaround so this was no longer blocking us. But @jaredpar and @tannergooding should still work with the NuGet team to understand the underlying issue here. And, if possible, provide a real fix for the issue. |
This is NuGet issue NuGet/Home#4538, closing on our side. |
Here's an example:
https://ci.dot.net/job/dotnet_source-build/job/dev_release_2.0/job/RHEL7.2_Release_prtest/69/consoleText
When restoring for
First we get a bunch of "retrying" messages that look like:
Which eventually fails with:
Which then breaks the build.
We should investigate the issue. At a minimum we need to do something to make our builds pass more often than they fail.
The current suggestion is to add
--disable-parallel
to see if it helps with the reliability issue.The text was updated successfully, but these errors were encountered: