-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed as not planned
Labels
Description
Describe the bug
We were using 7.0.100-rtm.22519.39 to build maui, but when we updated to 7.0.101-servicing.22571.1 the mac builds crashed.
To Reproduce
- Use your mac
- Clone the PR: Try resolve the
dotnet buildcrash on macos maui#12152 - Restore dotnet tools:
dotnet tool restore - Install a local dotnet
dotnet cake --target=dotnet - Use the local dotnet and build the msbuild tasks:
bin/dotnet/dotnet build Microsoft.Maui.BuildTasks.slnf /target:Build /property:configuration=Debug /maxcpucount:1 /binarylogger:Microsoft.Maui.BuildTasks-mac-Debug-Build-dotnet.binlog - Use the local dotnet and build the solution:
bin/dotnet/dotnet build Microsoft.Maui-mac.slnf /target:Build /property:configuration=Debug /maxcpucount:1 /binarylogger:Microsoft.Maui-mac-Debug-Build-dotnet.binlog
I have also branches and devops builds:
- green net7.0 branch: https://github.com/dotnet/maui/tree/6d49f7e45b9d601e36e95c8c7a434186c91bf750
- green net7.0 CI: https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=7101841&view=results
- red PR: Try resolve the
dotnet buildcrash on macos maui#12152 - rec CI: https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=7101843&view=results
There are other failures in the CI that are because I was trying to get a smaller repro without all the windows builds, but this always happens on mac in the "Build .NET MAUI" stage.
Exceptions (if any)
Further technical details
Reactions are currently unavailable