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
Use ccache to cache the output of clang when building the emscripten
libraries.
When building on the main branch, save the ccache directory to the
CircleCI cache affter
building, using the clang version as the key. When building from other
branches (including PRs,
where the branch will appear as 'pull/12345') restore the cache before
building.
0 commit comments