From 38bde4d54bb240269e262c7dc4d6f3515a9c294b Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 5 Jun 2024 14:31:50 -0700 Subject: [PATCH] Drop the llvm buildrequires back to rhel8 We can't build with a buildrequires on llvm rhel_next, because we also need our previous rust build that requires llvm rhel8. So we'll rebuild with rhel8 and a runtime requires on rhel_next (using llvm-compat), and then a followup rebuild can be pure rhel_next. Related: RHEL-40066 --- rust-toolset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolset.yaml b/rust-toolset.yaml index 4bf0e2d..ac7ba95 100644 --- a/rust-toolset.yaml +++ b/rust-toolset.yaml @@ -10,7 +10,7 @@ data: dependencies: - buildrequires: platform: [el8] - llvm-toolset: [rhel_next] + llvm-toolset: [rhel8] rust-toolset: [rhel_next] requires: platform: [el8]