Commit 89f54a0
Re-add utility service in-process flags for Linux CI
With --in-process-gpu and --single-process, the GPU and renderer no
longer spawn subprocesses. However StorageServiceOutOfProcess and the
network service utility processes still spawn and fail the global
descriptor lookup (key 7) because CEF 146 does not pass the Mojo
bootstrap fd to subprocesses in --no-sandbox mode, causing
CreateBrowserSync() to block ~60s and return None.
Add --disable-features=StorageServiceOutOfProcess so the storage
service runs in the browser process, and --enable-features=
NetworkServiceInProcess so the network service does the same.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 36a45c1 commit 89f54a0
2 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
165 | 170 | | |
166 | 171 | | |
167 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
131 | 136 | | |
132 | 137 | | |
133 | 138 | | |
| |||
0 commit comments