-
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
.NET 9 Preview 7 - LLVM-related build failure #105516
Labels
Milestone
Comments
dotnet-policy-service
bot
added
the
untriaged
New issue has not been triaged by the area owner
label
Jul 25, 2024
Tagging subscribers to this area: @directhex, @matouskozak |
/cc @radekdoulik @BrzVlad |
Likely a variant of #105319. |
jonathanpeppers
added a commit
to dotnet/android
that referenced
this issue
Jul 26, 2024
Changes: dotnet/sdk@2f14fea...9a99a3b Changes: dotnet/runtime@1f70f0c...eedf30e Changes: dotnet/emsdk@99ea0c0...75567e6 Changes: dotnet/cecil@7e4af02...e05101e Updates: * VS.Tools.Net.Core.SDK.Resolver: from 9.0.100-preview.7.24367.21 to 9.0.100-preview.7.24375.12 * Microsoft.NETCore.App.Ref: from 9.0.0-preview.7.24366.18 to 9.0.0-preview.7.24374.12 * Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport: from 9.0.0-preview.7.24365.1 to 9.0.0-preview.7.24373.5 * Microsoft.NET.ILLink.Tasks: from 9.0.0-preview.7.24366.18 to 9.0.0-preview.7.24374.12 * Microsoft.DotNet.Cecil: from 0.11.5-alpha.24324.1 to 0.11.5-alpha.24365.1 ~~ Other changes ~~ * NuGet feeds for dotnet/runtime 8.0.8 * Update `BuildReleaseArm64XFormsDotNet.apkdesc` APK size changed a small amount. * Disable LLVM on-device tests for now: dotnet/runtime#105516 Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
jonathanpeppers
added a commit
to dotnet/android
that referenced
this issue
Aug 5, 2024
jonathanpeppers
added a commit
to dotnet/android
that referenced
this issue
Aug 6, 2024
Changes: dotnet/sdk@7ef0791...2f19fa0 Changes: dotnet/runtime@c86bcbb...1cc0186 Changes: dotnet/emsdk@40781ca...bdc1e33 Changes: dotnet/cecil@085c55c...b9d928a Updates: * Microsoft.NET.Sdk: from 9.0.100-rc.1.24381.10 to 9.0.100-rc.1.24405.3 * Microsoft.NETCore.App.Ref: from 9.0.0-rc.1.24380.7 to 9.0.0-rc.1.24403.1 * Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport: from 9.0.0-rc.1.24373.3 to 9.0.0-rc.1.24379.5 * Microsoft.NET.ILLink.Tasks: from 9.0.0-rc.1.24380.7 to 9.0.0-rc.1.24403.1 * Microsoft.DotNet.Cecil: from 0.11.5-alpha.24372.1 to 0.11.5-alpha.24379.1 ~~ Other changes ~~ Workaround for: * dotnet/runtime#105516 * 0f68e06#diff-9c2ad70133b42c412283fe563f9e33708c0622a6a81171ee1f9cecf6bd6b4dbb Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
jonathanpeppers
added a commit
to dotnet/android
that referenced
this issue
Aug 16, 2024
This reverts commit 18193b7.
jonathanpeppers
added a commit
to dotnet/android
that referenced
this issue
Aug 16, 2024
Changes: dotnet/sdk@4336029...3586c80 Changes: dotnet/runtime@68511fd...605ff6f Updates: * Microsoft.NET.Sdk: from 9.0.100-rc.1.24409.1 to 9.0.100-rc.1.24415.1 * Microsoft.NETCore.App.Ref: from 9.0.0-rc.1.24408.12 to 9.0.0-rc.1.24413.14 * Microsoft.NET.ILLink.Tasks: from 9.0.0-rc.1.24408.12 to 9.0.0-rc.1.24413.14 ~~ Other changes ~~ * Revert "Workaround: dotnet/runtime#105516" This reverts commit 18193b7. Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
I believe this is working here now: It was perhaps, random, so I'll reopen if it pops up again in main, thanks. |
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Noticed here:
We get the error:
Reproduction Steps
Build this project with
-c Release -p:EnableLLVM=true
:Expected behavior
Project builds successfully.
Actual behavior
Something in the LLVM-toolchain crashes?
Regression?
Yes, worked in earlier Preview 7 builds
Known Workarounds
n/a
Configuration
.NET SDK: 9.0.100-preview.7.24375.3
Runtime: 9.0.0-preview.7.24374.4
Other information
Binlog: run-Mono.Android.NET_Tests-AotLlvm.binlog.zip
The text was updated successfully, but these errors were encountered: