timd

Results 213 comments of timd

Is this something you have observed in practice?

The downside is that we won't have a way to track the build progress and spawn the task run as soon as its closure is ready from the builder, we...

Currently each task runner has a preliminary build step, so from my perspective at least, this might already be the best way to handle it, since as you say the...

What would be really nice is if we could simply have something like `keep-builds-running` that nixbuild.net offers on its side but implemented directly in Nix so user can still use...

As PRs are starting to come in, this is gonna be important to make sure we are not constantly breaking things.

Started implementing a NixOS configuration that folks can use on the official NixOS AMIs. So that the steps for setting up your own runner would be as simple as: *...

Seems a little out of scope to modify the build process of the caller in CI. Perhaps this would be a better issue for Standard proper?

Passing in `HOME` specifically might be of dubious value in an isolated environment perhaps, but that shouldn't take away from the more general idea that it might be valuable (simply...

> > For example, on a CI machine, we have AWS_* credentials saved in the environment. In order to pass them in to earthly I have to specify them verbosely...

Ah yeah, I usually have a least a few uncommitted changes laying around so I didn't even think about that, but you are right, if I stash everything the error...