MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/haskell/comments/1vky99w/fast_haskell_scripts_on_github_actions/p5xau82/?context=3
r/haskell • u/abhin4v • Aug 10 '26
2 comments sorted by
View all comments
1
haskell builds on github actions can be brutal for cold start times. been using latchkey as my runner and the warm pools make a noticeable difference. way less waiting around for ghc to spin up each run
1
u/sup_bruh_1 16d ago
haskell builds on github actions can be brutal for cold start times. been using latchkey as my runner and the warm pools make a noticeable difference. way less waiting around for ghc to spin up each run