Commit db27d57
committed
fix(sccache): set TMPDIR within sccache cache directory
Configure sccache to use /nix/var/cache/sccache/tmp for temporary compilation artifacts. This ensures temp files are created within the sandbox-accessible path rather than in isolated build directories, preventing permission errors on Darwin while maintaining shared cache across builds.1 parent 846c792 commit db27d57
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
175 | 178 | | |
176 | 179 | | |
177 | 180 | | |
| |||
0 commit comments