Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .generator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ ENV SYNTHTOOL_TEMPLATES="/synthtool/synthtool/gcp/templates"
# These are the non "-dev" versions of the libraries used in the builder.
RUN apt-get update && \
apt-get install -y --no-install-recommends \
# Temporarily include git and ca-certificates to download gapic-generator from Github
ca-certificates \
git \
# 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
Expand Down
4 changes: 3 additions & 1 deletion .generator/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
click
gapic-generator>=1.27.2
# Temporarily use a patched version of the generator to avoid getting
# new features/fixes for GAPIC libraries for the purposes of onboarding to librarian
gapic-generator @ git+https://github.com/googleapis/[email protected]
nox
starlark-pyo3>=2025.1
build
Expand Down
Loading