Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the Boringssl static dependency loop #687

Merged
merged 5 commits into from
Apr 29, 2022

Conversation

tjoneslo
Copy link
Contributor

Addresses issue

Check for the specific failure case seen by the netty-tcnative-boringssl-static library by identifying the specific problem as seen and skipping the dependency loop generation in the BUILD file generation. This may be too fragile, but does address the problem.

…e to the external targets. (bazelbuild#5)

* For an external publishing tool, making the maven_publish rule (and the ""<name>.publish" target) visible to the external targets.

This allows capturing the list of files (artifact, source, doc, pom) for an external publishing tool to known about, reason about, and correctly process these artifacts as needed.

* Add a provider to export the information being published.

Make the provider available to the external users.
…nal dependency loop

This is a test which demonstrates the problem.
Copy link
Collaborator

@shs96c shs96c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @tjoneslo! Working code is far better than a perfect solution in this case. I appreciate the effort digging into this and fixing it :)

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.

None yet

2 participants