jegnux
Build time timeout?
I'm quite novice at backend stuff (I'm a iOS developer) so I'm not really familiar with all that Docker can offer, I'll try to take a look to registries but I have to admit that the kind of "plug and play" side of railway is what interested me the most 😄
28 replies
Build time timeout?
Swift is pretty known to have slow compile times, especially in release mode where it optimizes a lot of stuff (for better runtime performances). As a reference, on my Macbook Pro M3 Max (48Go ram), the command
swift build -c release --static-swift-stdlib
takes 58s to complete, while swift build -c release --static-swift-stdlib
takes 165s (so ~ 2.85x). The whole build in debug on railway takes ~ 4min, so I guess in release it takes ~ 11-12min ?28 replies