Compare commits

..

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

@ -0,0 +1,8 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate_modules
subject_type: redhat-module
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier0-tmt-x86_64-aarch64.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier0-tmt-s390x-ppc64le.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/*

@ -4,17 +4,17 @@ data:
summary: Rust summary: Rust
description: Rust Toolset description: Rust Toolset
name: rust-toolset name: rust-toolset
stream: rhel8 stream: rhel_next
license: license:
module: [MIT] module: [MIT]
dependencies: dependencies:
- buildrequires: - buildrequires:
platform: [el8] platform: [el8]
llvm-toolset: [rhel8] llvm-toolset: [rhel_next]
rust-toolset: [rhel8] rust-toolset: [rhel_next]
requires: requires:
platform: [el8] platform: [el8]
llvm-toolset: [rhel8] llvm-toolset: [rhel_next]
profiles: profiles:
common: common:
rpms: rpms:
@ -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-rhel-next-rhel-8.10.0
buildorder: 0 buildorder: 0
Loading…
Cancel
Save