Commit cc0217e
Fix macOS CI: use --single-process to bypass Mach port rendezvous failures
On macOS-14 CI runners, bootstrap_look_up for the MachPortRendezvousServer
fails for all child processes (renderer, network service) even with
--no-sandbox. This is a bootstrap-namespace restriction in the CI
environment that --no-sandbox cannot override.
--single-process runs all Chromium subprocesses (renderer, network, GPU)
inside the browser process, eliminating subprocess spawning entirely and
removing any dependency on Mach port bootstrap IPC.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4451b83 commit cc0217e
2 files changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| |||
0 commit comments