bazelbuild / bazelbuild/rules_rust
Get at the output of `build.rs` from the execution of cargo_build_script, and/or files
Open
cargo
needs-triage
- Dominant language
- Starlark
- Stars
- 843
- Forks
- 651
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 15
Description
I have a build.rs script that, in addition to generating cargo flags, has additional output.
* There are values like `foo: True` or some such in the build script output.
* The build script generates some files.
Is there a way for me to capture both of the above somehow, and reuse in build rules?
Contributor guide
Assessment
This issue has not been assessed yet.