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
feat: enable sccache for Darwin (aarch64-darwin) builds
Add sccache support for self-hosted Darwin runners by:
1. Mounting the sccache disk using stickydisk action
2. Configuring proper permissions for the sccache directory
3. Adding extra-sandbox-paths to Nix configuration to allow access
This brings Darwin builds to parity with Linux builds in terms of
sccache caching support.
0 commit comments