-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
document operation with minimal copying from local #340
Comments
Would it help to use |
Aye, indeed, I was doing that. Even copying the source to the destination was excruciatingly slow. My wifi was so bad that I never even managed to get it to work. I had to eventually SSH to another server, and run it from there. If I could have pre-staged the source derivation, disko script, etc, into a cache, the builder could just download it. It's probably just a matter of finding the right attr path for the source derivations and pushing those. Then it should just substitute if I pass the right options. |
You can follow our nixos test. You need the disko-script and nixos toplevel in your binary cache:
|
On this topic, Ha, in fact it looks like the option may have been inverted? I specified |
Looks like this happened yesterday. 7637325 |
Hi,
I have a situation where it's easy for me to push to a cache, and easy to pull from the cache, but very excruciatingly slow to copy from the local machine.
I'm opening this to collect suggestions on how to minimize the paths that are copied from local.
Potential criteria to close this:
--option
with a cachix cacheAlso open to feedback if this is a bad idea, etc.
The text was updated successfully, but these errors were encountered: