2023-05-10 16:06:01 +00:00
|
|
|
---
|
|
|
|
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
|
|
|
|
|
2023-05-16 13:35:38 +00:00
|
|
|
doc:
|
|
|
|
# Doc inspection generates massive output which crash RHEL CI
|
|
|
|
ignore:
|
|
|
|
- /usr/share/doc/rust/html/*
|