From a7d634184910416c73f7cd6e13ac68da4a714427 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 12 Nov 2024 11:55:13 -0800 Subject: [PATCH] Use the ursine rhel8 stream for buildrequires MBS generates conflicts for the ursine stream rpms if a different stream is used in buildrequires, but that breaks when they reuse the same rpms. Resolves: RHEL-61966 Related: RHEL-61979 --- rust-toolset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-toolset.yaml b/rust-toolset.yaml index 4bf0e2d..2ecc5da 100644 --- a/rust-toolset.yaml +++ b/rust-toolset.yaml @@ -10,8 +10,8 @@ data: dependencies: - buildrequires: platform: [el8] - llvm-toolset: [rhel_next] - rust-toolset: [rhel_next] + llvm-toolset: [rhel8] + rust-toolset: [rhel8] requires: platform: [el8] llvm-toolset: [rhel_next]