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 27, 2024
1 parent 12bcbfb commit d9111d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.build-tools
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ RUN useradd -ms /bin/bash nonroot -b /home
SHELL ["/bin/bash", "-c"]

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

0 comments on commit d9111d0

Please sign in to comment.