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
Run dev/preview/previewctl:install, remove the caches, and run dev/preview/previewctl:install again.
leeway run dev/preview/previewctl:install
rm -rf /tmp/build /tmp/cache
leeway run dev/preview/previewctl:install
Expected behavior
I would have expected the 2nd invocation to download the dev/preview/previewctl:cli package from the remote cache.
It does re-use the cache if it exists. E.g. if you use leeway build, then delete the local caches, and then leeway run it does indeed use the remote cache.
Bug description
deps
packages that are being built as part ofleeway run
don't get uploaded to the remote cachceSteps to reproduce
Modify previewctl so that you get a new hash
Run
dev/preview/previewctl:install
, remove the caches, and rundev/preview/previewctl:install
again.Expected behavior
I would have expected the 2nd invocation to download the
dev/preview/previewctl:cli
package from the remote cache.It does re-use the cache if it exists. E.g. if you use
leeway build
, then delete the local caches, and thenleeway run
it does indeed use the remote cache.Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: