-
Notifications
You must be signed in to change notification settings - Fork 323
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
Separate compilation does not take into account Enso files #8262
Comments
Related to #7775 |
Can we add a I'd really like to know if our files are in inconsistent state (that would be horribly weird; it would mean that there are some git checkout artifacts) OR if actually the files are not there and it is an issue of the missing file being referenced in some stale IR cache? |
@mwu-tow Maybe we should by default purge all IR caches on checkout? I think we should purge the following locations:
|
Maybe let's try purging the mentioned directories when runner starts processing a new task, and we can see if the issue disappear or still persists? |
I'd also like to see the results of the |
Consider the failure in one of the recent PRs:
the problem is that
Enso_Cloud
is being introduced in a separate PR and is here expected because the runner checkout out the state from that PR. While there have been service register changes to support incremental compilation, they aren't addressing Enso files.The text was updated successfully, but these errors were encountered: