[igt-dev] [PATCH i-g-t] Dockerfile.fedora: Download peg source from our own mirror
Arkadiusz Hiler
arkadiusz.hiler at intel.com
Fri Jul 5 07:32:53 UTC 2019
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>
---
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
--
2.21.0
More information about the igt-dev
mailing list