Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cilium-proxy for openSUSE:Factory checked in at 2021-05-25 21:07:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cilium-proxy (Old) and /work/SRC/openSUSE:Factory/.cilium-proxy.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cilium-proxy" Tue May 25 21:07:47 2021 rev:8 rq:894251 version:20200813 Changes: -------- --- /work/SRC/openSUSE:Factory/cilium-proxy/cilium-proxy.changes 2021-03-19 16:40:25.581892959 +0100 +++ /work/SRC/openSUSE:Factory/.cilium-proxy.new.2988/cilium-proxy.changes 2021-05-25 21:07:53.771091110 +0200 @@ -1,0 +2,5 @@ +Wed May 19 08:17:15 UTC 2021 - Martin Li??ka <[email protected]> + +- Build it with GCC 10 for now (boo#1181866). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cilium-proxy.spec ++++++ --- /var/tmp/diff_new_pack.Btdloz/_old 2021-05-25 21:07:54.931086020 +0200 +++ /var/tmp/diff_new_pack.Btdloz/_new 2021-05-25 21:07:54.935086002 +0200 @@ -151,7 +151,7 @@ BuildRequires: envoy-proxy-source BuildRequires: fdupes BuildRequires: fmt-devel -BuildRequires: gcc-c++ +BuildRequires: gcc10-c++ BuildRequires: gcovr BuildRequires: git BuildRequires: golang-packaging @@ -186,7 +186,8 @@ GIT_AUTHOR_DATE=2000-01-01T01:01:01 GIT_COMMITTER_DATE=2000-01-01T01:01:01 \ git commit -m "Dummy commit just to satisfy bazel" &> /dev/null -bazel build \ +# workaround for boo#1181866 +CC=gcc-10 CXX=g++-10 bazel build \ -c dbg \ --color=no \ --copt="-fsigned-char" \
