You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filled with buildEngineDistribution that compiles all the standard libraries with something like enso --compile distribution/lib/Standard/Base --no-global-cache
per user stored inside ~/.local/share/enso/cache.
Recently, we have encountered an issue with IR versions mismatch that caused all the PRs to be blocked - #12026. The description of that PR enumerates the steps that were taken on the CI before all the PRs were blocked.
I believe that the proper fix to prevent these problems in the future is not 75ac103, but to change the behavior of IR cache loader to prefer distribution cache. And only try loading from per user cache if there is a version mismatch in distribution cache.