Make execution of cached runtime compiled executable more robust
DanielG opened this issue · 0 comments
DanielG commented
- We should try to recompile the runtime-main exe if the cached one fails to exec.
It could be that the user upgraded their distribution and older soversions baked into the binary are no longer available.
- We also don't namespace by architecture so home directory sharing isn't going to work seamlessly. We should do that.