Commit 378263a
Fix macOS CI: run network service in-process to avoid Mach port rendezvous failures
Mirror the Linux CI fix (NetworkServiceInProcess / StorageServiceOutOfProcess)
on macOS: the network utility subprocess cannot look up MachPortRendezvousServer
on CI runners, causing an infinite crash-restart loop. Running it inside the
browser process eliminates the subprocess spawn and the rendezvous lookup.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 370784d commit 378263a
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
191 | 195 | | |
192 | 196 | | |
193 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
149 | 153 | | |
150 | 154 | | |
151 | 155 | | |
| |||
0 commit comments