toltec-dev / toolchain

Set of Docker images for cross-compiling binaries targeting the reMarkable tablet.
MIT License
35 stars 12 forks source link

Reduce build times #39

Open Eeems opened 2 months ago

Eeems commented 2 months ago

Right now we redo the entire build of all the images, even if we only modified one dockerfile. We should explore re-using existing built images if the dockerfile wasn't touched, as well as trying to move some of the build tasks out of the repo and instead pull in pre-built artifacts for them.