Skip to content

Conversation

@tpudlik
Copy link
Collaborator

@tpudlik tpudlik commented Nov 13, 2023

Fixes the handling of transitive proto_library dependencies with strip_import_prefix.

Fixes #1557

@tpudlik tpudlik requested a review from rickeylev as a code owner November 13, 2023 22:19
Fixes the handling of transitive proto_library dependencies with
strip_import_prefix.
By running tools/bazel_integration_test/update_deleted_packages.sh, per
the documentation.
@tpudlik
Copy link
Collaborator Author

tpudlik commented Nov 14, 2023

I got one test failure, but I think it's an unrelated flake? The error is,

(17:31:06) ERROR: C:/b/bk-windows-d1v9/bazel/rules-python-python/tests/load_from_macro/BUILD.bazel:28:8: Executing genrule //tests/load_from_macro:test_current_py_toolchain failed: error reading file '@python_3_11_6_x86_64-pc-windows-msvc//:Lib/urllib/__pycache__/__init__.cpython-311.pyc': C:\b\ufzlsqcl\external\python_3_11_6_x86_64-pc-windows-msvc\Lib\urllib\__pycache__\__init__.cpython-311.pyc (The process cannot access the file because it is being used by another process)

@aignas aignas added this pull request to the merge queue Nov 15, 2023
Merged via the queue into bazel-contrib:main with commit d96214f Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Transitive dependencies on proto libraries with strip_import_prefix don't work

2 participants