Commit e880ecc
committed
ci: ccache should create symlinks so it is used
during the change over to apple silicon, our ccache stopped
actually being used during compilation, "no objects cached"
brew paths are different between intel and apple silicon, so
the old path addition we made was no longer correct
it is possible to just ask the action to make symlinks for us,
now we take advantage of that feature and /usr/local/bin has
the links so they're in the path1 parent 97decbf commit e880ecc
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
141 | | - | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
| |||
0 commit comments