mirror of
https://abf.rosa.ru/djam/dotnet6.0.git
synced 2025-02-24 06:32:58 +00:00
Remove stack dump on dotnet -d
This commit is contained in:
parent
246ef529c6
commit
45f1cce9a7
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,8 @@ Patch301: core-setup-gcc11.patch
|
|||
Patch500: cli-telemetry-optout.patch
|
||||
# fix RID bootstrap, do it once
|
||||
Patch501: RuntimeIdentifierGraph-Rosa.patch
|
||||
# https://github.com/dotnet/sdk/pull/10652
|
||||
Patch502: dotnet-pull10652.patch
|
||||
|
||||
ExclusiveArch: aarch64 x86_64
|
||||
|
||||
|
@ -381,6 +383,7 @@ popd
|
|||
|
||||
pushd src/cli.*
|
||||
%patch500 -p1
|
||||
%patch502 -p1
|
||||
popd
|
||||
|
||||
# If CLR_CMAKE_USE_SYSTEM_LIBUNWIND=TRUE is misisng, add it back
|
||||
|
|
Loading…
Add table
Reference in a new issue