Commit 9f40f3b
Fix Linux CI: add --no-zygote to bypass zygote FD-passing failure
The zygote process fails to pass shared-memory file descriptors
(global descriptor 7) to renderer subprocesses in GitHub Actions
CI containers. --disable-dev-shm-usage alone doesn't help because
the zygote's FD-passing mechanism runs before that flag is processed.
--no-zygote makes CEF launch renderers directly from the browser
process, bypassing the broken path entirely.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 28f2bca commit 9f40f3b
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
157 | 160 | | |
158 | 161 | | |
159 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
122 | 125 | | |
123 | 126 | | |
124 | 127 | | |
| |||
0 commit comments