---
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/*