Add rpminspect.yaml config file

Added suppresion for reduced debuginfo in i386 builds.
This commit is contained in:
Jesus Checa Hidalgo 2023-05-04 17:13:51 +02:00 committed by jcheca
parent 777115da9e
commit 8745dbe4c6
1 changed files with 8 additions and 0 deletions

8
rpminspect.yaml Normal file
View File

@ -0,0 +1,8 @@
---
debuginfo:
ignore:
# i686 has limited debuginfo. From rust.spec
# full debuginfo is exhausting memory; just do libstd for now
# https://github.com/rust-lang/rust/issues/45854
- /usr/lib/debug/usr/bin/rustc-*.i386.debug