15cc4a6a25
Related: rhbz#2191741
13 lines
380 B
YAML
13 lines
380 B
YAML
---
|
|
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/*
|