Commit fd3dee3
committed
ci: Just emit sym graph on Windows (docc broken), install Swift on Linux (default docc broken), fix iOS
The Windows job was broken cause DocC doesn't work on Windows yet. We
work around this by just uploading a symbol graph and assembling the
documentation archive in the update-docs job. The Linux job was broken
cause DocC doesn't handle being installed as root (it tries to copy
across file attributes from its root-installed resource files and fails).
The iOS job was broken because it was looking in the wrong place for the
archive. The actual location changes per platform so I've updated it to
just use 'find' to locate the archive somewhere in the derived data path.1 parent 2e6f3cf commit fd3dee3
File tree
2 files changed
+35
-26
lines changed- .github
- actions/compile-docs
- workflows
2 files changed
+35
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 26 | | |
30 | | - | |
| 27 | + | |
31 | 28 | | |
32 | 29 | | |
33 | 30 | | |
| |||
55 | 52 | | |
56 | 53 | | |
57 | 54 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 55 | + | |
63 | 56 | | |
64 | 57 | | |
65 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
179 | 182 | | |
180 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
181 | 187 | | |
182 | | - | |
183 | | - | |
| 188 | + | |
| 189 | + | |
184 | 190 | | |
185 | | - | |
186 | | - | |
| 191 | + | |
| 192 | + | |
187 | 193 | | |
188 | 194 | | |
189 | 195 | | |
| |||
192 | 198 | | |
193 | 199 | | |
194 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
195 | 206 | | |
196 | 207 | | |
197 | 208 | | |
| |||
224 | 235 | | |
225 | 236 | | |
226 | 237 | | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | 238 | | |
231 | 239 | | |
232 | 240 | | |
| |||
281 | 289 | | |
282 | 290 | | |
283 | 291 | | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | 292 | | |
290 | 293 | | |
291 | 294 | | |
| |||
310 | 313 | | |
311 | 314 | | |
312 | 315 | | |
313 | | - | |
314 | | - | |
| 316 | + | |
| 317 | + | |
315 | 318 | | |
316 | | - | |
317 | | - | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
318 | 334 | | |
319 | 335 | | |
320 | 336 | | |
| |||
0 commit comments