16 Jul
2021
16 Jul
'21
08:12
Ok I get it: # dnf install cargo Enabling module streams: llvm-toolset rhel8 rust-toolset rhel8 Therefore my project configuration need to enable these modules with: %if 0%{?centos_version} == 800 ExpandFlags: module:llvm-toolset-rhel8 ExpandFlags: module:rust-toolset-rhel8 %endif Afterward the build now triggered with no error message ;-) Regards, Edison Wong