Right now, if you have a local package dependency such as symlink, esy will just rebuild everything any time you do esy build. esy should hash the package contents to detect if a rebuild is actually necessary.
I believe for local file system dependencies file://blah there are other issues with not detecting changes correctly perhaps.
Right now, if you have a local package dependency such as symlink,
esy
will just rebuild everything any time you doesy build
.esy
should hash the package contents to detect if a rebuild is actually necessary.I believe for local file system dependencies
file://blah
there are other issues with not detecting changes correctly perhaps.