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
stream-rust-toolset-rhel-next-rhel-8.10.0
Josh Stone 4 months ago
parent b90439e19a
commit 38bde4d54b

@ -10,7 +10,7 @@ data:
dependencies:
- buildrequires:
platform: [el8]
llvm-toolset: [rhel_next]
llvm-toolset: [rhel8]
rust-toolset: [rhel_next]
requires:
platform: [el8]

Loading…
Cancel
Save