-
Notifications
You must be signed in to change notification settings - Fork 371
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
Allow removing files that changed #4891
Labels
Comments
Are the CI jobs running inside containers or on a file system which doesn't store timestamps properly? You could try setting Probably relevant comment in #3997 (comment). |
They run inside Docker, and we are setting
|
Merged
#4917 is only a help for this issue, not a fix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We just had CI fail with this error:
(and it goes on like this for a while)
These files were never touched outside of opam, so I am not sure why opam thinks that they were changed -- but even if they were changed, I am fine with opam removing them anyway. This is on CI, so I cannot just interactively delete them by hand. Deleting the CI cache means all caches for this project will be deleted, which wastes a lot of CI time on re-populating all the caches that were fine. What I wish I could do it tell opam to simply remove these files anyway, so that CI can proceed without manual intervention. So it would be great if there was some kind of flag that overruled this "files that changed since" check. :)
The text was updated successfully, but these errors were encountered: