Merge branch 'add-rpminspect-config' into 'stream-rust-toolset-rhel8-rhel-8.9.0'
Add rpminspect config to module See merge request redhat/centos-stream/modules/rust-toolset!2
This commit is contained in:
commit
87674afc64
12
rpminspect.yaml
Normal file
12
rpminspect.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
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
|
||||||
|
|
||||||
|
doc:
|
||||||
|
# Doc inspection generates massive output which crash RHEL CI
|
||||||
|
ignore:
|
||||||
|
- /usr/share/doc/rust/html/*
|
Loading…
Reference in New Issue
Block a user