On Tue, May 5, 2020 at 2:55 PM Gitlab Bridge on behalf of dzickusrh < jcline@xxxxxxxxxx> wrote: > From: Don Zickus <dzickus@xxxxxxxxxx> > > 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 <dzickus@xxxxxxxxxx> > --- > 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 -- kernel@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx > 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/kernel@xxxxxxxxxxxxxxxxxxxxxxx Acked-by: Justin Forbes <jforbes@xxxxxxxxxx> _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/kernel@xxxxxxxxxxxxxxxxxxxxxxx