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
Right now the upload of the cache happens at the very end. I wonder if cache upload could be done async as things get built, kind of like what cachix can do. Now I think it adds some extra time to do the actual upload as it doesn't do anything else, just waits to complete the upload.
A non-blocking post-build hook perhaps or something watching the store, which I guess already is in place to know which paths to upload in the end.
The text was updated successfully, but these errors were encountered:
Right now the upload of the cache happens at the very end. I wonder if cache upload could be done async as things get built, kind of like what cachix can do. Now I think it adds some extra time to do the actual upload as it doesn't do anything else, just waits to complete the upload.
A non-blocking post-build hook perhaps or something watching the store, which I guess already is in place to know which paths to upload in the end.
The text was updated successfully, but these errors were encountered: