Compare commits

...

No commits in common. "stream-rust-toolset-rhel8-rhel-8.9.0" and "c8-stream-rhel8" have entirely different histories.

5 changed files with 2 additions and 20 deletions

0
.gitignore vendored Normal file
View File

0
.rust-toolset.metadata Normal file
View File

View File

@ -24,6 +24,7 @@ data:
- cargo
- clippy
- rust
- rust-analysis
- rust-analyzer
- rust-doc
- rust-gdb
@ -37,5 +38,5 @@ data:
rpms:
rust:
rationale: Rust compiler and tools
ref: stream-rust-toolset-rhel8-rhel-8.9.0
ref: stream-rhel-8-rhel-8.8.0
buildorder: 0

View File

@ -1,7 +0,0 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate_modules
subject_type: redhat-module
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier1.functional}

View File

@ -1,12 +0,0 @@
---
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/*