From e6bea02a9b13c2600bbc673ccef9b15138df6cd2 Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Wed, 26 Aug 2026 10:39:51 +0200 Subject: [PATCH] rpminspect.yaml: disable doc inspection in c10s The doc inspection performs a diff file-by-file and if there are changes, raise an INFO event with the diff output. Rust doc consists on over 60k html files, most of them containing the rust NVR. The doc inspection is raising a no-value INFO entry for most HTML files for this NVR change. This is also generating report files over 1.6GB in size, which ends up crashing the GitLab pipeline jobs. Disable the inspection to prevent the crashes. Resolves: RUST-61 --- rpminspect.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index ae867f2..efd8ba1 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -8,6 +8,11 @@ debuginfo: - /usr/lib/debug/usr/bin/*.i386.debug - /usr/lib/debug/usr/libexec/*.i386.debug +doc: + # Doc inspection generates massive output which crash RHEL CI + ignore: + - /usr/share/doc/rust/html/* + unicode: ignore: # These files are known to contain forbidden unicode chars as