-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Work around for Android builds using GCC for cross compiler native tools build #88345
Conversation
Sigh. OK, so disabling the cross compiler is enough for the basic tests, but not the allsubsets tests (which have a hard dependency on a cross-compiler). |
Blocking on dotnet/dotnet-buildtools-prereqs-docker#901 |
Reopening to test some more fixes. This will definitely NOT fix the Android AllSubsets builds, but might fix others |
I'm confused why all these iOS/tvOS failures aren't expected.
Why would that ever pass on a platform that isn't OSX, Linux or Win? Hence |
|
OK so most of the failures aren't my fault. Some, not all.
Looks like the LLVM bump has cleared 3 failing lanes. I'll need to loop in @vargaz for the segfaults. The android failures are blocked on new docker images, which are failing to build due to disk space exhaustion
|
Tagging subscribers to this area: @directhex Issue DetailsCloses: #88344
|
/azp run runtime-extra-platforms |
/azp run runtime-wasm |
No commit pushedDate could be found for PR 88345 in repo dotnet/runtime |
1 similar comment
No commit pushedDate could be found for PR 88345 in repo dotnet/runtime |
/azp run runtime-wasm |
No commit pushedDate could be found for PR 88345 in repo dotnet/runtime |
/azp run runtime-wasm |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
No commit pushedDate could be found for PR 88345 in repo dotnet/runtime |
/azp run runtime-extra-platforms |
No commit pushedDate could be found for PR 88345 in repo dotnet/runtime |
OK, one /azp run worked and one didn't? This is not a productive way to do my job. |
/azp run runtime-android |
No commit pushedDate could be found for PR 88345 in repo dotnet/runtime |
/azp run runtime-androidemulator |
Azure Pipelines successfully started running 1 pipeline(s). |
Well we're gonna have to trust the androidemulator run, because none of the others feel like joining the party |
This seems mergeable. We've gone from "Android jobs don't build" to "Android jobs build but there are some test failures" which feels like a big upgrade |
Closes: #88344