[libsoup/wip/ci-test] ci: Update to Fedora 33 and add sysprof
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/ci-test] ci: Update to Fedora 33 and add sysprof
- Date: Wed, 25 Nov 2020 18:30:00 +0000 (UTC)
commit c6d551eab16512e97fb9a45eebe00dda7270aecc
Author: Patrick Griffis <pgriffis igalia com>
Date: Wed Nov 25 12:29:51 2020 -0600
ci: Update to Fedora 33 and add sysprof
.gitlab-ci.yml | 2 +-
.gitlab-ci/Dockerfile | 3 ++-
.gitlab-ci/run-docker.sh | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 02d9c82c..25f54020 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/libsoup/master:v7
+image: registry.gitlab.gnome.org/gnome/libsoup/master:v8
stages:
- build
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index c3be5666..0a861c3b 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -1,4 +1,4 @@
-FROM fedora:31
+FROM fedora:33
RUN dnf update -y \
&& dnf install -y 'dnf-command(builddep)' \
@@ -19,6 +19,7 @@ RUN dnf update -y \
clang-analyzer \
valgrind \
libasan \
+ sysprof-devel \
&& dnf clean all \
&& git clone https://gitlab.gnome.org/GNOME/glib.git \
&& pushd glib \
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index 93b6009a..a917a940 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/libsoup/master:v7"
+TAG="registry.gitlab.gnome.org/gnome/libsoup/master:v8"
cd "$(dirname "$0")"
podman build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" --file "Dockerfile" --format=docker .
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]