From da91cf97a6129c1d9909962cf1df8dd5dd74a492 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 2 Feb 2026 15:54:37 -0500 Subject: [PATCH] chore(librarian): temporarily add gdb for remote debugging --- .generator/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.generator/Dockerfile b/.generator/Dockerfile index 2831ccffa6ce..d5fe7ed2873a 100644 --- a/.generator/Dockerfile +++ b/.generator/Dockerfile @@ -92,6 +92,10 @@ ENV PYTHON_VERSION_DEFAULT=3.14 # These are the non "-dev" versions of the libraries used in the builder. RUN apt-get update && \ apt-get install -y --no-install-recommends \ + # TODO(https://github.com/googleapis/google-cloud-python/issues/14992): Remove gdb + # Once this bug is fixed. + # Temporarily add gdb to assist with remote debugging for issue 14992. + gdb \ # This is needed to avoid the following error: # `ImportError: libsqlite3.so.0: cannot open shared object file: No such file or directory`. # `libsqlite3-0` is used by the `coverage` PyPI package which is used when testing libraries