Add rpminspect.yaml config file
Added suppresion for reduced debuginfo in i386 builds.
This commit is contained in:
parent
777115da9e
commit
8745dbe4c6
8
rpminspect.yaml
Normal file
8
rpminspect.yaml
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user