Compare commits

..

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

@ -0,0 +1,7 @@
--- !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}

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

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