[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH v2] automation: add clang and lld 8 tests to gitlab


  • To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
  • From: Roger Pau Monné <roger.pau@xxxxxxxxxx>
  • Date: Fri, 31 May 2019 10:33:25 +0200
  • Authentication-results: esa1.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none; spf=None smtp.pra=roger.pau@xxxxxxxxxx; spf=Pass smtp.mailfrom=roger.pau@xxxxxxxxxx; spf=None smtp.helo=postmaster@xxxxxxxxxxxxxxxxxxxxxxxxxx
  • Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx, Doug Goldstein <cardoe@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>
  • Delivery-date: Fri, 31 May 2019 08:33:47 +0000
  • Ironport-sdr: oHJr4O1LMh1j2Hxdag75S6G4JgZK/ZQS3g2/mdd2OtvQKhoJnJPYB1Cp9Vszx5MNiwAo9ToNy5 5xA0L+MDEtsT/iUbE2qf+tw6d3Xf7yCtKUyucsb/RDbpU/M4sK7POFttnlYvdhqOdZRNAZoqpN W4z0cDMCogAZ9fKHQ34znUm67YH7HXmjsmfKn5jWMhx4WOeYDHRngNnyAwRIZPfBgBbTNheXCQ r7VYd02IsVKIDS7iK986AwqheYLpTMjAlL0gB6x4yYsB+3Et3btivSveF+AlzBY17ZGhjbmOKn A4I=
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On Fri, May 31, 2019 at 01:21:15AM -0700, Andrew Cooper wrote:
> On 31/05/2019 01:17, Roger Pau Monne wrote:
> > +deb http://apt.llvm.org/stretch/ llvm-toolchain-stretch-8 main
> > +deb-src http://apt.llvm.org/stretch/ llvm-toolchain-stretch-8 main
> > diff --git a/automation/build/debian/stretch.dockerfile 
> > b/automation/build/debian/stretch.dockerfile
> > index daf8c9d384..189dff3275 100644
> > --- a/automation/build/debian/stretch.dockerfile
> > +++ b/automation/build/debian/stretch.dockerfile
> > @@ -5,6 +5,14 @@ LABEL maintainer.name="The Xen Project" \
> >  ENV DEBIAN_FRONTEND=noninteractive
> >  ENV USER root
> >  
> > +RUN apt-get update && \
> > +    apt-get --quiet --yes install \
> > +    wget \
> > +    gnupg
> > +
> > +RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|apt-key add -
> > +COPY stretch-llvm.list /etc/apt/sources.list.d/
> > +
> >  RUN mkdir /build
> >  WORKDIR /build
> >  
> > @@ -39,9 +47,10 @@ RUN apt-get update && \
> >          transfig \
> >          pandoc \
> >          checkpolicy \
> > -        wget \
> 
> You can't drop wget (sadly), because this will break CI on staging-4.11
> or staging-4.12 (whichever had gitlab CI and the lack of a FETCHER= was
> still fatal to ./configure)

Oh no, I haven't dropped wget, just installed it sooner so it can be
used to fetch the llvm apt repository key (see the apt-get above this
one).

Thanks, Roger.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.