-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Enable MultiProcessorCompilation #5804
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
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@florelis - Can I request a re-run? I'm not seeing what would have caused the PowerShell error |
|
@JohnMcPMS - I noticed on Build #196599 there was an ENOSPC - Given that the test seemed to fail on installing PSTools, I'm curious if that step is also occasionally hitting ENOSPC thereby causing the install to fail and thus the test stage to fail, especially since ENOSPC doesn't affect all PRs See also -
Edit: Created #5808 for tracking |
|
This happens so early in the job that I would be surprised if space were an issue. But regardless it would be good to add collecting the release winget logs in case they also have details on the reason for the error. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
That failure doesn't make sense to me. . . I understand it's a linker error, but I don't see how that error would be appearing from this change - unless the dependencies aren't being built in the right order? But then why would it work locally and not here? |
Were you clean building locally? I would expect that is the only way to test for sure. This warning is suspicious, because all of the unresolved methods are in that file: It makes me think that the multiprocessor build is processing this file twice and one of them is not so good. |
|
binlog for the (probable) reason, if not why it doesn't fail without: typeresolution.h is being added to the ClCompile group because it is "Item Type" In |
Yes, I made sure to clean the solution first. |
I could add a condition to specifically exclude the |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Thank you |
Microsoft Reviewers: Open in CodeFlow