From 33be1273122bf37fba1da1f7d8b43cbf0615bf78 Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Tue, 16 May 2023 15:35:38 +0200 Subject: [PATCH] rpminspect: Skip html docs to prevent crashes in RHEL CI Related: rhbz#2191744 --- rpminspect.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index 15b680b..3567b3f 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -6,3 +6,7 @@ debuginfo: # 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/*