Hello community,

here is the log from the commit of package rust for openSUSE:Factory checked in 
at 2020-08-20 22:25:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rust (Old)
 and      /work/SRC/openSUSE:Factory/.rust.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rust"

Thu Aug 20 22:25:02 2020 rev:55 rq:827353 version:1.44.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rust/rust.changes        2020-08-16 
20:27:29.882105517 +0200
+++ /work/SRC/openSUSE:Factory/.rust.new.3399/rust.changes      2020-08-20 
22:26:51.719926128 +0200
@@ -1,0 +2,7 @@
+Fri Aug 14 12:00:58 UTC 2020 - Martin Sirringhaus <[email protected]>
+
+- Set codeunits=1 for all archs to avoid OOM-kills and produce 
+  the fastest possible compiler-binaries (at the cost of 
+  build-times for this package) 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rust.spec ++++++
--- /var/tmp/diff_new_pack.Hwz5Df/_old  2020-08-20 22:26:59.271929660 +0200
+++ /var/tmp/diff_new_pack.Hwz5Df/_new  2020-08-20 22:26:59.279929664 +0200
@@ -86,12 +86,15 @@
 %bcond_without rls
 %endif
 
+# Do not use parallel codegen in order to 
+#   a) not exhaust memory on build-machines and 
+#   b) generate the fastest possible binary
+# at the cost of longer build times for this package
+%define codegen_units --set rust.codegen-units=1
 # Debuginfo can exhaust memory on these architecture workers
 %ifarch  %{arm} %{ix86}
-%define codegen_units --set rust.codegen-units=2
 %define debug_info --disable-debuginfo --disable-debuginfo-only-std 
--disable-debuginfo-tools --disable-debuginfo-lines
 %else
-%define codegen_units --set rust.codegen-units=0
 %define debug_info --enable-debuginfo --disable-debuginfo-only-std 
--enable-debuginfo-tools --disable-debuginfo-lines
 %endif
 


Reply via email to