On Tue, May 5, 2020 at 2:55 PM Gitlab Bridge on behalf of dzickusrh < [email protected]> wrote:
> From: Don Zickus <[email protected]> > > ARK used to build against the RHEL-8 buildroots. Going forward, > it will build against the ELN buildroot (Fedora space). Adjust > the spec file to handle these changes. > > This change still builds under RHEL-8 as llvm-toolset was a meta > package for clang and llvm. > > V2: Remove llvm-toolset > > Signed-off-by: Don Zickus <[email protected]> > --- > redhat/kernel.spec.template | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template > index 579344b69485..ac26fe7752a7 100644 > --- a/redhat/kernel.spec.template > +++ b/redhat/kernel.spec.template > @@ -506,11 +506,7 @@ BuildRequires: python3-docutils > BuildRequires: zlib-devel binutils-devel > %endif > %if %{with_selftests} > -%if 0%{?fedora} > BuildRequires: clang llvm > -%else > -BuildRequires: llvm-toolset > -%endif > %ifnarch %{arm} > BuildRequires: numactl-devel > %endif > -- > 2.26.2 > _______________________________________________ > kernel mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/[email protected] Acked-by: Justin Forbes <[email protected]> _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
