#22 Add rpminspect.yaml config file
Merged a year ago by jistone. Opened a year ago by jcheca.
rpms/ jcheca/rust add-rpminspect-config  into  rawhide

file added
+8
@@ -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

+ 

Added suppresion for reduced debuginfo in i386 builds.

rebased onto 8745dbe

a year ago

Pull-Request has been merged by jistone

a year ago
Metadata