You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All three build commands causes many dependencies to be rebuilt from scratch. I would expect the third command not to rebuild dependencies which had already been built with the current feature matrix; currently toml, log4rs, maidsafe_utilities, crust and routing itself get rebuilt by the last build command.
Note that when switching release and debug builds, Cargo does cache dependency builds and not force a rebuild when switching.
The text was updated successfully, but these errors were encountered:
Concrete example:
All three build commands causes many dependencies to be rebuilt from scratch. I would expect the third command not to rebuild dependencies which had already been built with the current feature matrix; currently toml, log4rs, maidsafe_utilities, crust and routing itself get rebuilt by the last build command.
Note that when switching release and debug builds, Cargo does cache dependency builds and not force a rebuild when switching.
The text was updated successfully, but these errors were encountered: