-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Unable to build dotnet/runtime due to cmake error about MultiThreadedDebug #44152
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Try cleaning your artifacts folder. In the meantime, I’ll investigate to see if I can repro locally. |
I've done a full git clean -xdf. No artifacts folder. |
I'm looking now. |
Which command are you using to build? (To make sure I'm checking the right execution sequence in CMake) |
This looks like it was a bug in CMake that was fixed in 3.16.4. I'll put out a PR with the fix ASAP (since our minimum on Windows is 3.15.5 and our recommended version is 3.16.0+). |
I have a fix in #44155. Can you pull down my PR and try building locally? |
Trying... |
Build is still going, but it's gotten past where it was failing before, so that's a good sign. |
Once your build passes, I'm comfortable merging in #44155 before CI finishes to unblock people. |
It finished successfully. Thanks. |
I'm unable to build dotnet/runtime after sync'ing and trying to do a clean build:
Note I'm building on Windows; I don't know why it's trying to process a unix cmakelists.
@jkoritzinsky, I assume this is due to #41897?
Do I need to somehow update my local configuration?
The text was updated successfully, but these errors were encountered: