[glib-networking/mcatanzaro/ci: 1/2] ci: Update CI image
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/mcatanzaro/ci: 1/2] ci: Update CI image
- Date: Tue, 28 Jun 2022 17:37:51 +0000 (UTC)
commit 59fb6a958db54d95e8a674438c96e1cca7070634
Author: Michael Catanzaro <mcatanzaro redhat com>
Date: Tue Jun 28 12:12:10 2022 -0500
ci: Update CI image
This just rebuilds the CI image with the latest Fedora.
Also, we don't need to clone all of the history of GLib. Just need the
latest commit.
Part-of: <https://gitlab.gnome.org/GNOME/glib-networking/-/merge_requests/215>
.gitlab-ci.yml | 2 +-
.gitlab-ci/Dockerfile | 2 +-
.gitlab-ci/run-docker.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52cfe8a0..86cc0e66 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/glib-networking/master:v19
+image: registry.gitlab.gnome.org/gnome/glib-networking/master:v20
fedora-x86_64:
stage: build
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 14bb1cf9..cfcc64a1 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -10,7 +10,7 @@ RUN dnf update -y \
git \
opensc \
&& dnf clean all \
- && git clone https://gitlab.gnome.org/GNOME/glib.git \
+ && git clone --depth=1 https://gitlab.gnome.org/GNOME/glib.git \
&& pushd glib \
&& meson _build --prefix=/usr \
&& meson install -C _build \
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index 6f079292..832015d6 100755
--- a/.gitlab-ci/run-docker.sh
+++ b/.gitlab-ci/run-docker.sh
@@ -2,7 +2,7 @@
set -e
-TAG="registry.gitlab.gnome.org/gnome/glib-networking/master:v19"
+TAG="registry.gitlab.gnome.org/gnome/glib-networking/master:v20"
cd "$(dirname "$0")"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]