Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lapce for openSUSE:Factory checked in at 2022-12-01 16:59:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lapce (Old) and /work/SRC/openSUSE:Factory/.lapce.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lapce" Thu Dec 1 16:59:45 2022 rev:8 rq:1039212 version:0.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/lapce/lapce.changes 2022-11-28 11:07:22.999841899 +0100 +++ /work/SRC/openSUSE:Factory/.lapce.new.1835/lapce.changes 2022-12-01 16:59:59.283412018 +0100 @@ -1,0 +2,6 @@ +Wed Nov 30 10:07:18 UTC 2022 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Disable LTO which has been enabled in previous commit, since it + fails to build due to OOM error (seen on aarch64) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cargo_config ++++++ --- /var/tmp/diff_new_pack.MzlrLS/_old 2022-12-01 17:00:00.219417155 +0100 +++ /var/tmp/diff_new_pack.MzlrLS/_new 2022-12-01 17:00:00.223417177 +0100 @@ -194,7 +194,7 @@ directory = "vendor" [profile.release] -lto = true +lto = false codegen-units = 1 strip = "symbols"