Commit c902d3f
committed
ci(test): set DYLD_SHARED_REGION=avoid on macOS to dodge dyld shared-cache flake
GitHub macos-15-arm64 runners intermittently kill pre_process at launch
with 'dyld cache (null) not loaded: syscall to map cache into shared region
failed' (signal 9 / exit 137), failing ~13% of launches on affected VMs.
DYLD_SHARED_REGION=avoid makes dyld map dylibs privately instead of via the
shared region, bypassing the failing syscall. No-op on Linux.1 parent 0c56440 commit c902d3f
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
278 | 284 | | |
279 | 285 | | |
280 | 286 | | |
| |||
0 commit comments