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

Adds support for bindeps in crate universe #2226

Merged
merged 2 commits into from
Oct 31, 2023
Merged

Conversation

csmulhern
Copy link
Contributor

@csmulhern csmulhern commented Oct 30, 2023

Fixes #1739, #2031, #2168.

@UebelAndre
Copy link
Collaborator

I think this looks good! Just gotta fix up the new test and rebase 😄

@UebelAndre
Copy link
Collaborator

Ah, there's one more directory which needs to be repinned via crate_universe. Try running the following?

cd ./test/no_std/ && REPIN=1 bazel query //...

Copy link
Collaborator

@illicitonion illicitonion left a comment

Choose a reason for hiding this comment

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

Looks great, thanks!

@UebelAndre UebelAndre merged commit d86faee into bazelbuild:main Oct 31, 2023
3 checks passed
@csmulhern
Copy link
Contributor Author

Ah, there's one more directory which needs to be repinned via crate_universe. Try running the following?

cd ./test/no_std/ && REPIN=1 bazel query //...

Bah, thanks.

Happy we were able to land this. Thanks all!

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.

Support "artifact dependencies" (bin, cdylib, staticlib)
3 participants