Skip to content
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

Directly invoke bindgen instead of recursively calling cargo run ... #3113

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

sivadeilra
Copy link
Collaborator

Recursively calling Cargo causes all sorts of problems and has poor performance. This PR converts the last remaining recursive Cargo calls so that they directly invoke bindgen, instead. This improves build performance, removes some conflicts with Rust Analyzer, and is easier to debug.

@kennykerr kennykerr merged commit 48db09f into microsoft:master Jun 18, 2024
89 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants