Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg: adding a lockdir should invalidate built artifacts and force a rebuild #10509

Open
gridbugs opened this issue May 10, 2024 · 1 comment
Open

Comments

@gridbugs
Copy link
Collaborator

Dune allows artifacts to be built without a lockdir present, but the resulting artifacts may be different when built with a lockdir present, vs when built without a lockdir present. Currently if a lockdir is created after some artifacts have been built, those artifacts won't be rebuilt by later calls to dune build (unless dune clean is called first).

@rgrinberg
Copy link
Member

Could you add a test case for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants