Commit 29f3f0c
committed
fix: checkout meta-gl sibling repo needed by easy-gl in CI
Configure now gets past everything fixed so far (previous 4 commits)
and hard-fails one layer deeper: easy-gl's own CMakeLists.txt does
add_subdirectory(../meta-gl), a second sibling requirement -- CI never
checked that out either. Added a "Checkout meta-gl" step to both
editor jobs, same pattern/reasoning as the easy-gl fix (pinned to this
sandbox's own meta-gl sibling's current HEAD, the best available
evidence of a working combination).
Also confirmed via this same CI run: the Clang ASan+UBSan and bounded
fuzz job is now fully green (tinyobjloader ODR fix + mcb_libfuzzer
rss-mib fix both hold on real CI), and the Vulkan matrix entry's
Configure editor step now succeeds completely (it fails later, at
Build Vulkan editor, on a real compile error inside sharp-runtime's
own source -- out of scope for this workflow-file fix, tracked
separately).1 parent 8937da2 commit 29f3f0c
1 file changed
Lines changed: 21 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
281 | 291 | | |
282 | 292 | | |
283 | 293 | | |
| |||
369 | 379 | | |
370 | 380 | | |
371 | 381 | | |
372 | | - | |
373 | | - | |
374 | | - | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
375 | 386 | | |
376 | 387 | | |
377 | 388 | | |
378 | 389 | | |
379 | 390 | | |
380 | 391 | | |
381 | 392 | | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
382 | 400 | | |
383 | 401 | | |
384 | 402 | | |
| |||
0 commit comments