Skip to content
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

Prevent failing builds on Ubuntu #2314

Merged
merged 1 commit into from
Aug 9, 2021
Merged

Conversation

gep13
Copy link
Member

@gep13 gep13 commented Aug 9, 2021

Add flag to invocation of NuGet.exe when running on Ubuntu to prevent failures when restoring packages

Closes #2313

Restoring packages using Mono on Ubuntu is intermittently causing errors,
which are then failing the overall build. The suggestion is to add the
DisableParallelProcessing flag to the invocation of NuGet.exe.
@vexx32
Copy link
Member

vexx32 commented Aug 9, 2021

It seems like it worked here, but I'm not really sure why 😂

@gep13
Copy link
Member Author

gep13 commented Aug 9, 2021

@vexx32 I can't explain it either. I am going entirely based on the linked issue where I found this.

Copy link
Member

@vexx32 vexx32 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Member

@AdmiringWorm AdmiringWorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gep13 gep13 merged commit 21860db into chocolatey:stable Aug 9, 2021
@gep13 gep13 deleted the fail-ubuntu-builds branch August 9, 2021 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants