From c5297fad54f7a99dde00163901a824685b1ab9c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kadl=C4=8D=C3=ADk?= Date: Thu, 24 Apr 2025 10:57:21 +0200 Subject: [PATCH] Disable rpminspect's rpmdeps in CI --- rpminspect.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index 6771cdf..6d99cfa 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -1,3 +1,12 @@ +inspections: + # GCC subpackages are inter-dependent but without requesting an explicit + # version - which rpmdeps dislikes. We can't fix it easily and it's not + # a practical problem anyway. Unfortunately we can't say rpmdeps to ignore + # the particular warning and just do the rest, therefore we are switching + # rpmdeps off completely. We'll compensate the missing coverage by a new + # custom downstream test. + rpmdeps: off + badfuncs: # GCC doesn't use the "forbidden" functions as such. Just some of its # sanitizers can instrument those functions which leads to false