What is the current behavior?
As with the original rules_python and Bazel-embedded rules, rules_py largely uses shell oriented bootstrapping.
Describe the feature
See bazel-contrib/rules_python#2500.
This doesn't fit too well into the rules_python model, but it would be pretty close to home for us to come up with a Bazel rule to build a custom Rust entrypoint tool.
What is the current behavior?
As with the original
rules_pythonand Bazel-embedded rules,rules_pylargely uses shell oriented bootstrapping.Describe the feature
See bazel-contrib/rules_python#2500.
This doesn't fit too well into the
rules_pythonmodel, but it would be pretty close to home for us to come up with a Bazel rule to build a custom Rust entrypoint tool.