You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(internal/pip): implement support for local pip project installations (#6126)
This pull request implements support for installing local Python package
paths via pip.
It is particularly useful for configuring the java installer package to
fetch and build local pip projects such as synthtool directly from
sdk-platform-java/hermetic_build/library_generation without spawning
external remote download calls.
Key Changes:
1. Adds the LocalPath configuration schema field inside config.go and
doc/config-schema.md.
2. Implements LocalPath folder validations and absolute path resolutions
inside internal/pip/pip.go.
3. Integrates local_path configuration inside
internal/librarian/java/librarian.yaml.
4. Updates pip_test.go and install_test.go to pre-create sandboxed paths
and assert correct pip arguments.
For #5154
0 commit comments