(no title)
usrme | 2 months ago
I ended up opting for CUE and GitHub Actions, and I'm glad I did as it made everything much, much simpler.
usrme | 2 months ago
I ended up opting for CUE and GitHub Actions, and I'm glad I did as it made everything much, much simpler.
tom1337|2 months ago
digdugdirk|2 months ago
themgt|2 months ago
re: the cloud specifically see these GitHub issues:
https://github.com/dagger/dagger/issues/6486
https://github.com/dagger/dagger/issues/8004
Basically if you want consistently fast cached builds it's a PITA and/or not possible without the cloud product, depending on how you set things up. We do run it self-hosted though, YMMV.
shykes|2 months ago
If you have questions about Dagger, I encourage you to join our Discord server, we will be happy to answer them!
esafak|2 months ago
pxc|2 months ago
That is, of course, a self-fulfilling prophecy (or, perhaps, a self-inflicted wound). As soon as Dagger's "multi-language support" came out (actually a bit before), the CUE SDK was rendered abandonware. Development only happened on the new backend, and CUE support was never ported over to the new one.
flanked-evergl|2 months ago
sontek|2 months ago
sontek|2 months ago
https://news.ycombinator.com/item?id=46262846
Kinrany|2 months ago
Xiol|2 months ago
usrme|2 months ago
Here are a few links to whet your appetite:
- https://cue.dev/docs/getting-started-with-github-actions-cue...
- https://cue.dev/docs/drying-up-github-actions-workflows/
- https://cue.dev/docs/spotting-errors-earlier-github-actions-...
Definitely read through the CUE documentation (https://cuelang.org/docs/), watch their YouTube videos (https://www.youtube.com/@cuelang/videos), and join the community Slack channel (https://cuelang.org/community/). I've gotten a lot of help in the Slack from both enthusiastic community members and from the developers themselves whenever I've gotten stuck.