#cpuguy83 1527 The Automator 3893 thread

1 messages · Page 1 of 1 (latest)

torpid horizon
#

I was doing some pair Daggering with @ocean forge a few days ago and I think we came up with a "reasonably" good Dagger config to cache rust builds

#

@ocean forge by any chance do you have something you can share from our session?

ocean forge
#

@torpid horizon not really i can share my build script if that helps

torpid horizon
ocean forge
#

@torpid horizon the crux to getting reduced build times for rust basically boils down to exporting the target dir to your source directory and the subsequent compiles are super fast, since when the source code is mounted into the build container in subsequent runs rust avoids compiling the dependencies and goes straight to the app compilation

neon spruce
#

hah, I've considered similar... maybe even posted it on the buildkit channel.