Hello community,

here is the log from the commit of package cilium-proxy for openSUSE:Factory 
checked in at 2020-08-04 20:17:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cilium-proxy (Old)
 and      /work/SRC/openSUSE:Factory/.cilium-proxy.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cilium-proxy"

Tue Aug  4 20:17:44 2020 rev:5 rq:824001 version:20200109

Changes:
--------
--- /work/SRC/openSUSE:Factory/cilium-proxy/cilium-proxy.changes        
2020-04-22 20:43:04.766227818 +0200
+++ /work/SRC/openSUSE:Factory/.cilium-proxy.new.3592/cilium-proxy.changes      
2020-08-04 20:18:00.500919147 +0200
@@ -1,0 +2,6 @@
+Fri Jul 24 14:22:37 UTC 2020 - Michel Normand <norm...@linux.vnet.ibm.com>
+
+- For ppc64/ppc64le add constraints and limit cpu usage to avoid
+  "no space left on device" or "Out of Memory" error at build time.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cilium-proxy.spec ++++++
--- /var/tmp/diff_new_pack.w65qum/_old  2020-08-04 20:18:01.384919546 +0200
+++ /var/tmp/diff_new_pack.w65qum/_new  2020-08-04 20:18:01.388919548 +0200
@@ -214,6 +214,10 @@
     --override_repository="rules_python=/usr/src/bazel-rules-python" \
     --override_repository="upb=/usr/src/upb" \
     --override_repository="zlib=%{_datadir}/bazel-workspaces/zlib" \
+%ifarch ppc64le
+    --local_cpu_resources=HOST_CPUS*.65 \
+    --local_ram_resources=HOST_RAM*.8 \
+%endif
     --strip=never \
     --verbose_failures \
     //:envoy

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.w65qum/_old  2020-08-04 20:18:01.432919568 +0200
+++ /var/tmp/diff_new_pack.w65qum/_new  2020-08-04 20:18:01.432919568 +0200
@@ -23,4 +23,15 @@
       </memory>
     </hardware>
   </overwrite>
+  <overwrite>
+    <conditions>
+      <arch>ppc64</arch>
+      <arch>ppc64le</arch>
+    </conditions>
+    <hardware>
+      <physicalmemory>
+        <size unit="G">10</size>
+      </physicalmemory>
+    </hardware>
+  </overwrite>
 </constraints>


Reply via email to