Skip to content

Commit

Permalink
Add gdb to build-tools (#9125)
Browse files Browse the repository at this point in the history
So that compute_ctl can use it to print backtrace on core dumps

See issue #2800.
  • Loading branch information
hlinnaka committed Sep 24, 2024
1 parent 072def4 commit 438d9e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.build-tools
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN useradd -ms /bin/bash nonroot -b /home
SHELL ["/bin/bash", "-c"]

# System deps
#
# 'gdb' is includd so that we get backtraces of core dumps produced in regression tests
RUN set -e \
&& apt update \
&& apt install -y \
Expand All @@ -24,6 +26,7 @@ RUN set -e \
cmake \
curl \
flex \
gdb \
git \
gnupg \
gzip \
Expand Down

0 comments on commit 438d9e7

Please sign in to comment.