summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2022-06-24 12:52:03 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2022-06-27 15:53:55 +0100
commit5e00b30a295b34d8d9e658791a1dadbb4530446f (patch)
tree7b60c105e2e6aa531377f5af37f083599c4b0cd3 /.gitlab-ci
parent6d381c9668093ef3f0aeae61c19b4194b49080ea (diff)
downloadglib-5e00b30a295b34d8d9e658791a1dadbb4530446f.tar.gz
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
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/debian-stable.Dockerfile1
-rw-r--r--.gitlab-ci/fedora.Dockerfile1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci/debian-stable.Dockerfile b/.gitlab-ci/debian-stable.Dockerfile
index fc7031271..f9ba9bfc2 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 d67cd3511..386be1ac5 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 \