ALT Linux Bugzilla
– Attachment 20370 Details for
Bug 57032
dotnet-8.0: отсутствует debuginfo
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Отключение удаления debuginfo при сборке
dotnet-8.0.21-alt2-add_debuginfo.patch (text/plain), 1.93 KB, created by
Aleksandr Dovydenkov
on 2025-12-18 09:42:04 MSK
(
hide
)
Description:
Отключение удаления debuginfo при сборке
Filename:
MIME Type:
Creator:
Aleksandr Dovydenkov
Created:
2025-12-18 09:42:04 MSK
Size:
1.93 KB
patch
obsolete
>From 246b175f6f559b39e7353955de5d68a8218702e6 Mon Sep 17 00:00:00 2001 >From: Aleksandr Dovydenkov <asd@altlinux.org> >Date: Wed, 17 Dec 2025 12:11:49 +0300 >Subject: [PATCH] 8.0.21-alt2 > >- add debuginfo >--- > dotnet-runtime.spec | 10 +++++++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > >diff --git a/dotnet-runtime.spec b/dotnet-runtime.spec >index 42d0499e8..2a73789af 100644 >--- a/dotnet-runtime.spec >+++ b/dotnet-runtime.spec >@@ -28,7 +28,7 @@ > > Name: dotnet-runtime-%_dotnet_major > Version: %_dotnet_coreversion >-Release: alt1 >+Release: alt2 > > Summary: Microsoft .NET Runtime and Microsoft.NETCore.App > >@@ -215,7 +215,7 @@ EOF > # build CLR > cd src/coreclr/ > bash -x ./build-runtime.sh \ >- %debrelopt -verbose -skipmanaged -ignorewarnings -skiprestoreoptdata -nopgooptimize -portablebuild 0\ >+ %debrelopt -keepnativesymbols -verbose -skipmanaged -ignorewarnings -skiprestoreoptdata -nopgooptimize -portablebuild 0\ > -cmakeargs -DENABLE_LLDBPLUGIN=0 \ > %if_without single_file_diagnostics > -cmakeargs -DFEATURE_SINGLE_FILE_DIAGNOSTICS=0 \ >@@ -228,7 +228,7 @@ cd - > > # build Native libraries > cd src/native/libs/ >-bash -x ./build-native.sh %debrelopt >+bash -x ./build-native.sh -keepnativesymbols %debrelopt > cd - > > # FIXME: allow get the release info from release.json file >@@ -240,6 +240,7 @@ export artifacts=$(pwd)/artifacts > cd src/native/corehost/ > sh -x ./build.sh \ > %debrelopt \ >+ -keepnativesymbols \ > -portablebuild 0 \ > -coreclrartifacts $artifacts/bin/coreclr/Linux.%_dotnet_arch.%debrel \ > -nativelibsartifacts $artifacts/bin/native/Linux-%_dotnet_arch-%debrel \ >@@ -397,6 +398,9 @@ rm -fv %buildroot%_dotnet_shared/libprotononjit.so > %_dotnet_apphostdir/runtimes/%_dotnet_rid/native/singlefilehost > > %changelog >+* Wed Dec 17 2025 Aleksandr Dovydenkov <asd@altlinux.ru> 8.0.21-alt2 >+- add debuginfo >+ > * Fri Oct 24 2025 Vitaly Lipatov <lav@altlinux.ru> 8.0.21-alt1 > - .NET 8.0.21 release > - fixed CVEs: >-- >2.50.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 57032
: 20370