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

Fix incremental builds #3808

Merged
merged 1 commit into from
Jan 2, 2024
Merged

Fix incremental builds #3808

merged 1 commit into from
Jan 2, 2024

Conversation

nick-mobilecoin
Copy link
Collaborator

@nick-mobilecoin nick-mobilecoin commented Dec 16, 2023

Previously the build info was marking its output file to re-run if
changed. This forced a subsequent cargo run to re-run, because the
initial generation of the build info was a change. Now the build info
output is not used to re-run cargo for the build info build step.

Previously the build info was marking its output file to re-run if
changed. This forced a subsequent cargo run to re-run, because the
initial generation of the build info was a change. Now the build info
output is not used to re-run cargo for the build info build step.
@nick-mobilecoin
Copy link
Collaborator Author

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

@nick-mobilecoin nick-mobilecoin merged commit 0f505d3 into main Jan 2, 2024
21 checks passed
@nick-mobilecoin nick-mobilecoin deleted the nick/fix-incremental branch January 2, 2024 18:09
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