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
I have started working on creating a .NET 5.0 package for Fedora based on source-build. I am using this issue to track all the individual issues. Some of them may also be tracked separately.
The just-built SDK contains no native/unmanaged debug information. Looks like all information has been stripped from the just-built SDK.
runtime somehow lost the ability to keep debug info. It also lost flags to configure whether to keep debug info.
I have started working on creating a .NET 5.0 package for Fedora based on source-build. I am using this issue to track all the individual issues. Some of them may also be tracked separately.
The just-built SDK contains no native/unmanaged debug information. Looks like all information has been stripped from the just-built SDK.
runtime somehow lost the ability to keep debug info. It also lost flags to configure whether to keep debug info.
For now, hacking around the
strip_symbol
andinstall_with_stripped_symbols
in runtime/eng/native/functions.cmake things work: https://gist.github.com/omajid/3033f0d77c4e6d58fd2fffb0da685c12#file-runtime-dont-strip-patchA more correct/flexible fix needs to be merged into runtime.
Fedora's
LDFLAGS
break runtime build.I tried a quick hack (https://gist.github.com/omajid/3033f0d77c4e6d58fd2fffb0da685c12#file-cflags-patch) for Let builders provide customized CFLAGS for use by the runtime build runtime#35727 and that seems to have fixed it 🤷
Private.SourceBuilt.Artifacts.*.tar.gz
is missing.The text was updated successfully, but these errors were encountered: