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
Add ccache to the Bitcoin Core source build job using the same basic pattern as bitcoin-capnp-types: install ccache, restore ~/.cache/ccache, and use ccache as the CMake compiler launcher.
Behavior changes:
- Bitcoin Core source build jobs now restore and save a per-OS ccache cache.
- Bitcoin Core C and C++ compilation goes through ccache.
- The cache step uses actions/cache@v6.1.0, which runs on Node 24.
- Integration-test artifact upload/download steps use current Node 24-compatible artifact actions.
0 commit comments