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@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to