You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
380 B
13 lines
380 B
1 year ago
|
---
|
||
|
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/*
|