From 2467bde3a3cade14276f4f5cf3f8308912954ae0 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 6 Dec 2024 16:18:47 -0800 Subject: [PATCH] Remove the subshell in the cargo_install macro Resolves: RHEL-67426 --- rust-toolset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-toolset.yaml b/rust-toolset.yaml index 1db2888..00d9f3e 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: [rhel8]