Compare commits

...

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

5 changed files with 21 additions and 3 deletions

0
.gitignore vendored
View File

View File

7
gating.yaml Normal file
View File

@ -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}

12
rpminspect.yaml Normal file
View File

@ -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/*

View File

@ -4,7 +4,7 @@ data:
summary: Rust
description: Rust Toolset
name: rust-toolset
stream: rhel8
stream: rhel_next
license:
module: [MIT]
dependencies:
@ -24,7 +24,6 @@ data:
- cargo
- clippy
- rust
- rust-analysis
- rust-analyzer
- rust-doc
- rust-gdb
@ -38,5 +37,5 @@ data:
rpms:
rust:
rationale: Rust compiler and tools
ref: stream-rhel-8-rhel-8.8.0
ref: stream-rust-toolset-rhel-next-rhel-8.10.0
buildorder: 0