Commit 8dd6a3d
authored
Stop caching Xcode's module cache between CI runs (#202)
Clang module files record the mtime of the SDK headers they were built
from. When the runner image updates its Xcode, a restored
ModuleCache.noindex is rejected wholesale ("has been modified since the
module file was built"), which is what broke main after #188 landed.
Keep caching DerivedData and the SwiftPM cache, but let the module cache
rebuild; it is cheap.1 parent b4d3edd commit 8dd6a3d
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments