[glib-networking/wip/tingping/pkcs11] ci: Build GLib 2.67.0
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/wip/tingping/pkcs11] ci: Build GLib 2.67.0
- Date: Tue, 6 Oct 2020 20:05:10 +0000 (UTC)
commit 4c2ad38e1ff57f8104dcfc33bf0c3598ca4ad42c
Author: Patrick Griffis <tingping tingping se>
Date: Tue Oct 6 15:01:52 2020 -0500
ci: Build GLib 2.67.0
.gitlab-ci.yml | 2 +-
.gitlab-ci/Dockerfile | 10 +++++++++-
.gitlab-ci/run-docker.sh | 2 +-
3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a48908ec..9b1f1efa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/glib-networking/master:v14
+image: registry.gitlab.gnome.org/gnome/glib-networking/master:v15
fedora-x86_64:
stage: build
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 8c14a2cf..84821f61 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -7,7 +7,15 @@ RUN dnf update -y \
crypto-policies-scripts \
libasan \
openssl-devel \
- && dnf clean all
+ git \
+ && dnf clean all \
+ && git clone https://gitlab.gnome.org/GNOME/glib.git \
+ && pushd glib \
+ && git checkout 7bfd6278b92b8ad8c57fe288e1d7d7075b4dcf1f \
+ && meson _build \
+ && ninja -C _build install \
+ && popd \
+ && rm -rf glib
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index 117f344a..7a7318b4 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:v14"
+TAG="registry.gitlab.gnome.org/gnome/glib-networking/master:v15"
cd "$(dirname "$0")"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]