[libsoup/wip/soup-uri-removal: 12/12] docker: Add more devel tools for testing




commit ef349819ecf861ac8fbb4fd528dea08482d5dfbe
Author: Patrick Griffis <pgriffis igalia com>
Date:   Fri Nov 13 14:39:31 2020 -0600

    docker: Add more devel tools for testing

 .gitlab-ci/Dockerfile    | 3 +++
 .gitlab-ci/run-docker.sh | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 827187fe..c3be5666 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -16,6 +16,9 @@ RUN dnf update -y \
                       redhat-rpm-config \
                       samba-winbind-clients \
                       which \
+                      clang-analyzer \
+                      valgrind \
+                      libasan \
     && 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 486a7a43..93b6009a 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:v6"
+TAG="registry.gitlab.gnome.org/gnome/libsoup/master:v7"
 
 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]