[Tizen] Remove NI generation with first crossgen.
authorMikhail Kurinnoi <m.kurinnoi@samsung.com>
Wed, 23 Jun 2021 13:41:41 +0000 (06:41 -0700)
committerMikhail Kurinnoi <m.kurinnoi@samsung.com>
Tue, 19 Nov 2024 14:47:35 +0000 (17:47 +0300)
packaging/coreclr-diagnostics.spec

index 807276c6c1b92e75c920fcdc0c3d1786f241a90b..df4c88056b13aa2a6645b6fa60d0570ed52a4e60 100755 (executable)
@@ -182,12 +182,6 @@ for name in counters dump gcdump trace; do
   cp -f %{_artifacts}/dotnet-${name}/%{_buildtype}/netcoreapp*/publish/*.dll %{buildroot}%{toolsdir}
 done
 
-%ifnarch %{ix86}
-for f in $(grep -L "dotnet-" %{buildroot}%{toolsdir}/*.dll); do
-  %{_datarootdir}/dotnet.tizen/netcoreapp/crossgen /ReadyToRun /p %{_datarootdir}/dotnet.tizen/netcoreapp:`dirname $f` $f
-done
-%endif
-
 %files
 %manifest %{name}.manifest
 %{netcoreappdir}/*