[igt-dev] [PATCH i-g-t] Dockerfile.fedora: Download peg source from our own mirror

Ser, Simon simon.ser at intel.com
Fri Jul 5 07:52:03 UTC 2019


On Fri, 2019-07-05 at 10:32 +0300, Arkadiusz Hiler wrote:
> The original URL used http + seems to be author's own small site and is
> currently down.
> 
> Instead of waiting for it to be up again just to hammer it with our CI
> we can set up our own mirror for the tarball and use it.
> 
> Cc: Petri Latvala <petri.latvala at intel.com>
> Cc: Simon Ser <simon.ser at intel.com>
> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler at intel.com>

Yeah, I've seen this too and wondered what the best solution would be.

It would be very nice to convince Fedora to package this software.
Maybe it wouldn't be too hard since we already have a proper igt
package there?
https://apps.fedoraproject.org/packages/intel-gpu-tools/overview/

In the meantime:

Reviewed-by: Simon Ser <simon.ser at intel.com>

> ---
>  Dockerfile.fedora | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Dockerfile.fedora b/Dockerfile.fedora
> index c84b412b..fa27a623 100644
> --- a/Dockerfile.fedora
> +++ b/Dockerfile.fedora
> @@ -28,7 +28,8 @@ RUN dnf install -y \
>  RUN dnf install -y make
>  RUN mkdir /tmp/peg
>  WORKDIR /tmp/peg
> -RUN curl -O http://piumarta.com/software/peg/peg-0.1.18.tar.gz
> +# originaly from http://piumarta.com/software/peg/
> +RUN curl -O https://intel-gfx-ci.01.org/mirror/peg/peg-0.1.18.tar.gz
>  RUN tar xf peg-0.1.18.tar.gz
>  RUN cd peg-0.1.18 && make PREFIX=/usr install
>  RUN rm -fr /tmp/peg


More information about the igt-dev mailing list