[gjs/ci-use-mozjs-latest: 3/3] use proper urisss
- From: Marco Trevisan <marcotrevi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/ci-use-mozjs-latest: 3/3] use proper urisss
- Date: Mon, 12 Oct 2020 11:07:47 +0000 (UTC)
commit 0adef3149685667de9834522830a59c1a3c650c5
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date: Sun Oct 11 04:00:57 2020 +0200
use proper urisss
.gitlab-ci.yml | 4 ++--
test/extra/Dockerfile | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4d4101f5..416f7e20 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,11 +62,11 @@ fedora.mozjs78:
variables:
<<: *docker_variables
DOCKERFILE: test/extra/Dockerfile
- ARGS: --build-arg MOZJS_BRANCH=mozjs78 --build-arg MOZJS_BUILDDEPS=mozjs78 --build-arg BUILD_OPTS=
+ ARGS: --build-arg MOZJS_BRANCH=upstream/78 --build-arg MOZJS_BUILDDEPS=mozjs78 --build-arg BUILD_OPTS=
fedora.mozjs78-debug:
<<: *create_docker_image
variables:
<<: *docker_variables
DOCKERFILE: test/extra/Dockerfile.debug
- ARGS: --build-arg MOZJS_BRANCH=mozjs78 --build-arg MOZJS_BUILDDEPS=mozjs78 BUILD_OPTS=
+ ARGS: --build-arg MOZJS_BRANCH=upstream/78 --build-arg MOZJS_BUILDDEPS=mozjs78 BUILD_OPTS=
diff --git a/test/extra/Dockerfile b/test/extra/Dockerfile
index 258c5db1..3e02208c 100644
--- a/test/extra/Dockerfile
+++ b/test/extra/Dockerfile
@@ -14,7 +14,7 @@ RUN dnf -y builddep ${MOZJS_BUILDDEPS}
WORKDIR /root
-RUN git clone --depth 1 https://github.com/ptomato/mozjs.git -b ${MOZJS_BRANCH}
+RUN git clone --depth 1 https://salsa.debian.org/gnome-team/mozjs.git -b ${MOZJS_BRANCH}
RUN mkdir -p mozjs/_build
WORKDIR /root/mozjs/_build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]