-
Notifications
You must be signed in to change notification settings - Fork 605
Add 'pending' commands (except the git ones) to toybox. #6597
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
base: main
Are you sure you want to change the base?
Conversation
In particular, this includes the 'sh' command, which is very helpful in a lot of situations. The git commands are excluded because they rely on OpenSSL's SHA implementation and would pull that in as a dependency, increasing the module's footprint significantly.
|
Hello @bazelbuild/bcr-maintainers, modules without existing maintainers (toybox) have been updated in this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request adds a new version 0.8.12.bcr.1 for the toybox module, enabling pending commands like sh, which is a valuable addition. The changes are well-structured and mostly adhere to the Bazel Central Registry policies. I have one suggestion to improve the correctness and maintainability of the BUILD file by properly categorizing source and header files.
mering
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
@bazel-io skip_check unstable_url |
Require module maintainers' approval for newly pushed changes.
symlinks aren't allowed, and the github user ID is a number, not a string...
Require module maintainers' approval for newly pushed changes.
Co-authored-by: Marcel <[email protected]>
In particular, this includes the 'sh' command, which is very helpful in a lot of situations.
The git commands are excluded because they rely on OpenSSL's SHA implementation and would pull that in as a dependency, increasing the module's footprint significantly.
The toybox repo doesn't use stable release URLs, unfortunately.
@bazel-io skip_check unstable_url