-
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
[release/5.0] Remove usages of native bootstrapping (#65901) #66406
Conversation
* Remove usages of native bootstrapping * Make sure cmake is in the path for mono wasm builds Co-authored-by: Adeel Mujahid <[email protected]> (cherry picked from commit 8727ac7)
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
Hmm, looks like this might require more work for 5.0. I wonder if not using Ninja is making a difference here. |
@hoyosjs do these failures look familiar? Also @jkoritzinsky |
This might need ce4bf13 |
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue Details
Co-authored-by: Adeel Mujahid [email protected]
|
That seemed to have helped arm32, but not arm64 -- unfortunately I don't have a machine with VS2019 so I can't repro this locally |
It probably needs the changes from 8c6a049#diff-75d3892a37c4ce5e28b7c8d451beb0b8537b5f0526159cabbae6f62c877af1bfR173
|
Do we really need to this when .NET 5 goes out of support in ~two months? |
This can produce a lot of stability issues, so it's good to get the product in a good state, even if it's going out of support |
I think this fixes the build problems. Test problems are probably unrelated. |
The failures are pretty odd here. The tests are done within 40 seconds, but it gets killed after not having exited in 16 mins. cc: @dotnet/dnceng as I have no idea what could be done here to investigate, other than checking out a machine and see if it repros. Also, cc: @jbarton as it's odd that this is happening only on the crypto workitems. |
I'm not sure what's happening here but it seems intermittent. For example 7 out of the last 4k runs of |
Apart from the Crypto timeout it looks like the failures are unrelated:
|
@hoyosjs anything else? |
From an infra perspective - the changes LGTM. The failures are oddly hitting Crypto, seems consistent. Not sure how this would be related though. |
@hoyosjs @akoeplinger still need a sign-off . Can one of you provide it if the change and the CI look good to you? Then I can merge it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without this we won't even be able to get a build. I think the failures should still be taken a look at.
@agocke @hoyosjs would you consider any of the above failures related to this change, or can I merge it?: The failures seem to be the same on both CI legs:
Failures:
Exception examples:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved. We should treat this as tell mode. Please work with @carlossanlop on a good time to merge.
The test failures seem unrelated -- machine issues, and the crypto tests passed in the checked configuration. I kicked off a re-run to see if the test hang goes away on retry |
They repeat... which is kind of odd. |
OK, confirmed this is #64389, we should be good to merge |
Co-authored-by: Adeel Mujahid [email protected]
(cherry picked from commit 8727ac7)