google / cargo-raze

Generate Bazel BUILD from Cargo dependencies!
Apache License 2.0
480 stars 104 forks source link

Document the commands to regenerate checked-in outputs #525

Closed bsilver8192 closed 2 years ago

bsilver8192 commented 2 years ago

Looking through the commit history, it looks like forgetting to re-generated some of the outputs that get checked has happened multiple times. Doing this often makes bugs in new changes obvious when things fail to build.

Ideally CI would verify this (there's a TODO for it in presubmit.yml), but as a starting point let's at least document it.