← Back to context Comment by esafak 1 month ago Dagger. Workflows that run anywhere, including locally. 2 comments esafak Reply Storment33 1 month ago I've seen dagger pipelines they're horrendous. Just have GitHub Actions call out to a task runner like Make/Taskfile etc and use an environment manager Mise or Nix to install all the tools. esafak 1 month ago I think that is a good pattern too, though I would replace the make/taskfile step with something bazel-like.Dagger used to be more declarative with CUE, but demand was not strong enough.
Storment33 1 month ago I've seen dagger pipelines they're horrendous. Just have GitHub Actions call out to a task runner like Make/Taskfile etc and use an environment manager Mise or Nix to install all the tools. esafak 1 month ago I think that is a good pattern too, though I would replace the make/taskfile step with something bazel-like.Dagger used to be more declarative with CUE, but demand was not strong enough.
esafak 1 month ago I think that is a good pattern too, though I would replace the make/taskfile step with something bazel-like.Dagger used to be more declarative with CUE, but demand was not strong enough.
I've seen dagger pipelines they're horrendous. Just have GitHub Actions call out to a task runner like Make/Taskfile etc and use an environment manager Mise or Nix to install all the tools.
I think that is a good pattern too, though I would replace the make/taskfile step with something bazel-like.
Dagger used to be more declarative with CUE, but demand was not strong enough.