[gjs/mozjs91] Update CI images



commit 0745f35493825cbd40a35aa6eab835e6b2389f7b
Author: Evan Welsh <contact evanwelsh com>
Date:   Sun Jul 18 13:18:20 2021 -0700

    Update CI images

 test/extra/Dockerfile       | 4 ++--
 test/extra/Dockerfile.debug | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/test/extra/Dockerfile b/test/extra/Dockerfile
index f27172b7..0eb41dca 100644
--- a/test/extra/Dockerfile
+++ b/test/extra/Dockerfile
@@ -16,10 +16,10 @@ RUN dnf -y builddep ${MOZJS_BUILDDEPS}
 
 WORKDIR /root
 
-RUN curl -# -o mozjs.tar.xz -L 
https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FKL1EcZ4Rj2U4v9poe9kYA/runs/0/artifacts/public/build/mozjs-91.0a1.0.tar.xz
+RUN curl -# -o mozjs.tar.xz -L 
https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OsmkeFYMRxmYCP_q7W5jwQ/runs/0/artifacts/public/build/mozjs-91.0.0.tar.xz
 RUN unxz mozjs.tar.xz
 RUN tar -xf mozjs.tar
-RUN mv mozjs-91.0a1.0 mozjs
+RUN mv mozjs-91.0.0 mozjs
 RUN mkdir -p mozjs/_build
 
 WORKDIR /root/mozjs/_build
diff --git a/test/extra/Dockerfile.debug b/test/extra/Dockerfile.debug
index 8621d24a..0579bd07 100644
--- a/test/extra/Dockerfile.debug
+++ b/test/extra/Dockerfile.debug
@@ -29,10 +29,10 @@ RUN DESTDIR=/root/iwyu-install ninja install
 
 WORKDIR /root
 
-RUN curl -# -o mozjs.tar.xz -L 
https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FKL1EcZ4Rj2U4v9poe9kYA/runs/0/artifacts/public/build/mozjs-91.0a1.0.tar.xz
+RUN curl -# -o mozjs.tar.xz -L 
https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OsmkeFYMRxmYCP_q7W5jwQ/runs/0/artifacts/public/build/mozjs-91.0.0.tar.xz
 RUN unxz mozjs.tar.xz
 RUN tar -xf mozjs.tar
-RUN mv mozjs-91.0a1.0 mozjs
+RUN mv mozjs-91.0.0 mozjs
 RUN mkdir -p mozjs/_build
 
 WORKDIR /root/mozjs/_build


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