[glib/wip/pwithnall/ci-image-updates: 2/2] ci: Add gdb to some CI images




commit 0e960f1d5abd743b28a12c0d5cfaf4e5402357b4
Author: Philip Withnall <pwithnall endlessos org>
Date:   Fri Jun 24 12:52:03 2022 +0100

    ci: Add gdb to some CI images
    
    This will be useful in general, for manually debugging failures if we
    need (without having to rebuild the CI images to do so).
    
    It will also be useful for the `assert-msg-test` test, which is being
    reworked in !2767.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Helps: #1434

 .gitlab-ci/debian-stable.Dockerfile | 1 +
 .gitlab-ci/fedora.Dockerfile        | 1 +
 2 files changed, 2 insertions(+)
---
diff --git a/.gitlab-ci/debian-stable.Dockerfile b/.gitlab-ci/debian-stable.Dockerfile
index 675ec40a57..0622aa26b8 100644
--- a/.gitlab-ci/debian-stable.Dockerfile
+++ b/.gitlab-ci/debian-stable.Dockerfile
@@ -13,6 +13,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
     flake8 \
     fuse \
     gcc \
+    gdb \
     g++ \
     gettext \
     git \
diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile
index 234515b7d4..b83a34c8c7 100644
--- a/.gitlab-ci/fedora.Dockerfile
+++ b/.gitlab-ci/fedora.Dockerfile
@@ -13,6 +13,7 @@ RUN dnf -y update \
     fuse \
     gcc \
     gcc-c++ \
+    gdb \
     gettext \
     git \
     glibc-devel \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]