From 93120b4ced9511995a1778dfb6c0225f400b5032 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Wed, 23 Feb 2022 08:33:14 +0100 Subject: [PATCH] rpminspect: Try to fix the lto detection annocheck started to fail on lto even tough it passed 3 weeks ago. Try to set the flags in the same way as they're done for clang. --- rpminspect.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpminspect.yaml b/rpminspect.yaml index 9bf2eca..379b79b 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -1,4 +1,7 @@ --- # LTO is disabled on purpose - see https://src.fedoraproject.org/rpms/flatpak/c/b778818a121d2b129788eebda390b59edf7eda8e +# Note that all (default hardened) flags need to be repeated here, if +# you override some config flags it will completely overwrite the +# defaults (--ignore-unknown --verbose). annocheck: - - hardened: --skip-lto + - hardened: --ignore-unknown --verbose --skip-lto