Expected Behavior
When running dune build in a project that uses package management, any dependencies that have symlinks (for example menhir) are re-downloaded since symlinks are not cached.
Actual Behavior
As a user, I would've expected that nothing gets downloaded on each build assuming there aren't any updates to packages.
Reproduction
#14429 added a repro cram test for this issue
Expected Behavior
When running
dune buildin a project that uses package management, any dependencies that have symlinks (for examplemenhir) are re-downloaded since symlinks are not cached.Actual Behavior
As a user, I would've expected that nothing gets downloaded on each build assuming there aren't any updates to packages.
Reproduction
#14429 added a repro cram test for this issue