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
Fetching the sample repository is time-consuming: it slows iteration time by minutes.
My thought is to pin the samples by commit hash in the Makefile, and store it on disk as ./out/samples-<hash>. Then we can rely on make to handle caching the data until the samples are updated.
The text was updated successfully, but these errors were encountered:
Fetching the sample repository is time-consuming: it slows iteration time by minutes.
My thought is to pin the samples by commit hash in the Makefile, and store it on disk as
./out/samples-<hash>
. Then we can rely onmake
to handle caching the data until the samples are updated.The text was updated successfully, but these errors were encountered: