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
I was upgrading the spin shim from spin 1.x to 2.0.0 and found that the spin_loader::from_file function requires the work directory to either have $HOME/.cache or XDG_CACHE_HOME for Linux environment due to the usage of dirs::cache_dir(). I want to relex this requirement or at least provide a configuration to specify the cache directory in the API.
Hi there,
I was upgrading the spin shim from spin 1.x to 2.0.0 and found that the
spin_loader::from_file
function requires the work directory to either have$HOME/.cache
orXDG_CACHE_HOME
for Linux environment due to the usage ofdirs::cache_dir()
. I want to relex this requirement or at least provide a configuration to specify the cache directory in the API.See this discussion: deislabs/containerd-wasm-shims#177 (comment)
Thanks!
The text was updated successfully, but these errors were encountered: