You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoreCLR recently got a bundled copy of libunwind (dotnet/coreclr#17094). For source-build, we should look at whether we want portable builds or not (#302) and use that to decide whether we should use the bundled copy of libunwind or the system-installed copy (dotnet/coreclr#17164).
Effectively, once our copy of coreclr is updated, we should pass along -cmakeargs -DCLR_CMAKE_USE_SYSTEM_LIBUNWIND=1 to the coreclr build if PortableBuild is true.