-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Feature request: add possibility to separate dependency fetching and building steps #358
Comments
This'd also be nice to easily set up the dependency cache for offline development without having to go through a full build. |
This command is used to download all dependencies of a package ahead of time to ensure that no more network communication will be necessary as part of a build. cc rust-lang#358
This command is used to download all dependencies of a package ahead of time to ensure that no more network communication will be necessary as part of a build. cc #358
Is this fixed by #570? |
Almost! I think this still needs to be able to separate building dependencies and building the main package itself. @jauhien, does that sound right? |
@alexcrichton, it would be nice. Not critical for my usage though, but generally useful. |
With |
Please, add a possibility to separate these steps:
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
The text was updated successfully, but these errors were encountered: