Is there a way to reuse previous builds? More spec...
# general
s
Is there a way to reuse previous builds? More specifically, I want
pants package Dockerfile
to finish immediately if run twice without changing any dependencies, similar to
docker build
. I looked into
--changed-since
and it looks useful but for a slightly different scenario. Any pointers will be appreciated.
ok, I tried creating a minimal example and apparently it does skip rebuild. The issue may be in some dependency. I’ll take another look.