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
Please, add a possibility to separate these steps:
dependency fetching
dependency building
project building
It is may be not necessary when you are building your project by hand during development, but it is really needed in some automatic builds.
An example is ongoing integration of rust related stuff in Gentoo, where fetching and building phases should be separated even for packages that use git live versions, see https://github.com/Heather/gentoo-rust/issues/25