fix(auv-api-proto): vendor schemas for Cargo Git installs - #176
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cargo install --git https://github.com/moeru-ai/auv auv-cli --bin auvfailed becauseauv-api-protoimportsgoogle/api/annotations.protofrom an ignoredproto/vendor/directory. CI generated that directory before compiling, hiding the incomplete Git checkout.Check in the existing lockfile-pinned BSR export (47 schemas), including upstream license and documentation files via
buf export --all. Rust, JS CLI, and release builds now consume the checked-in files directly. A separate Linux/Windows CI job regenerates the export and rejects modified, missing, or untracked files. Vendor files use LF and are marked as vendored for GitHub diffs.Validation on macOS arm64:
annotations.protoreproduced the failure again.cargo install --git file://<snapshot> --rev <commit> auv-cli --bin auv --locked --root <temporary-install> --target-dir <build-cache>in the default release profile, without generating dependencies in Cargo's checkout. Reused the original failed-install build cache.auv --helpandauv invoke --helppassed.cargo test -p auv-api-proto --locked: 3 passed.cargo fmt --check, shell syntax, workflow YAML parsing, and whitespace checks passed.Linux/Windows execution, including PowerShell regeneration, remains for CI. Registry crate packaging is outside this Git-install fix.
Dependency maintenance and verification reference