projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc3cf0a
)
[Tizen] Remove NI generation with first crossgen.
author
Mikhail Kurinnoi
<m.kurinnoi@samsung.com>
Wed, 23 Jun 2021 13:41:41 +0000
(06:41 -0700)
committer
olekarev
<o.lekarev@samsung.com>
Fri, 11 Feb 2022 15:07:27 +0000
(18:07 +0300)
packaging/coreclr-diagnostics.spec
patch
|
blob
|
history
diff --git
a/packaging/coreclr-diagnostics.spec
b/packaging/coreclr-diagnostics.spec
index 807276c6c1b92e75c920fcdc0c3d1786f241a90b..df4c88056b13aa2a6645b6fa60d0570ed52a4e60 100755
(executable)
--- a/
packaging/coreclr-diagnostics.spec
+++ b/
packaging/coreclr-diagnostics.spec
@@
-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}/*