public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust] f45: rpminspect.yaml: disable doc inspection
@ 2026-09-05 5:46 Jesus Checa Hidalgo
0 siblings, 0 replies; only message in thread
From: Jesus Checa Hidalgo @ 2026-09-05 5:46 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust
Branch : f45
Commit : 77c09d518a42ecbdfd98b484a48e3fefbd74e420
Author : Jesus Checa Hidalgo <jchecahi@redhat.com>
Date : 2026-08-31T08:56:48+02:00
Stats : +5/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rust/c/77c09d518a42ecbdfd98b484a48e3fefbd74e420?branch=f45
Log:
rpminspect.yaml: disable doc inspection
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.
In the case of Fedora and Bodhi, this does not crash but the giant
file makes it impossible for the viewier to render the results.
Disable the inspection to prevent the crashes.
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-05 5:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-05 5:46 [rpms/rust] f45: rpminspect.yaml: disable doc inspection Jesus Checa Hidalgo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox