[gjs/ci-use-mozjs-latest] use proper urisss
- From: Marco Trevisan <marcotrevi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/ci-use-mozjs-latest] use proper urisss
- Date: Mon, 12 Oct 2020 11:19:41 +0000 (UTC)
commit b49bae23bd077c9a9d66d2e659e138f864a204ef
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date: Sun Oct 11 04:00:57 2020 +0200
use proper urisss
.gitlab-ci.yml | 6 ++++--
test/extra/Dockerfile | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4d4101f5..ecc207b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,23 +50,25 @@ fedora.mozjs68:
variables:
<<: *docker_variables
DOCKERFILE: test/extra/Dockerfile
+ ARGS: --build-arg MOZJS_BRANCH=upstream/68
fedora.mozjs68-debug:
<<: *create_docker_image
variables:
<<: *docker_variables
DOCKERFILE: test/extra/Dockerfile.debug
+ ARGS: --build-arg MOZJS_BRANCH=upstream/68
fedora.mozjs78:
<<: *create_docker_image
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]