Skip to content

Commit da91cf9

Browse files
authored
chore(librarian): temporarily add gdb for remote debugging
1 parent 4dc5095 commit da91cf9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.generator/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ ENV PYTHON_VERSION_DEFAULT=3.14
9292
# These are the non "-dev" versions of the libraries used in the builder.
9393
RUN apt-get update && \
9494
apt-get install -y --no-install-recommends \
95+
# TODO(https://github.com/googleapis/google-cloud-python/issues/14992): Remove gdb
96+
# Once this bug is fixed.
97+
# Temporarily add gdb to assist with remote debugging for issue 14992.
98+
gdb \
9599
# This is needed to avoid the following error:
96100
# `ImportError: libsqlite3.so.0: cannot open shared object file: No such file or directory`.
97101
# `libsqlite3-0` is used by the `coverage` PyPI package which is used when testing libraries

0 commit comments

Comments
 (0)