-
Notifications
You must be signed in to change notification settings - Fork 86
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
feat: don't recompile dependend canisters if .did
did not change
#3730
Conversation
|
|
|
For simplicity of management I integrated changes from this PR to #3710. So, I close this PR. |
Description
Addition to #3710: don't recompile dependent canisters if
.did
did not change (this further speeds up compilation).How Has This Been Tested?
bats e2e/tests-dfx/add_dependency.bash e2e/tests-dfx/make_like.bash
Checklist: