From dccdaf1d900523ce8371e3cb80399d836569c010 Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Wed, 24 May 2023 08:22:25 +0200 Subject: [PATCH] Add rpminspect config to module --- rpminspect.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..3567b3f --- /dev/null +++ b/rpminspect.yaml @@ -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/*