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
This commit is contained in:
parent
e57335f583
commit
e6bea02a9b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user