Commit 567e377
committed
Remove ccache — incompatible with xcodebuild
xcodebuild treats CC="ccache clang" as a single executable path,
not a command + argument, so it fails with "No such file or directory".
Xcode's incremental builds via DerivedData (persisted with clean: false)
and Gradle's --build-cache already provide good caching on the
self-hosted runner without ccache.
https://claude.ai/code/session_017SFCjKGRBpHqDgu7ijoG5N1 parent ab0ea5a commit 567e377
1 file changed
Lines changed: 1 addition & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 38 | | |
53 | 39 | | |
54 | 40 | | |
| |||
72 | 58 | | |
73 | 59 | | |
74 | 60 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 61 | | |
80 | 62 | | |
81 | 63 | | |
| |||
118 | 100 | | |
119 | 101 | | |
120 | 102 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | 103 | | |
126 | 104 | | |
127 | 105 | | |
| |||
161 | 139 | | |
162 | 140 | | |
163 | 141 | | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
| 142 | + | |
0 commit comments