Commit 596b998
Add --disable-dev-shm-usage for Linux CI to fix shared memory failure
CI containers have a small /dev/shm; the renderer subprocess logs
"Failed global descriptor lookup: 7" and CreateBrowserSync() returns
None. --disable-dev-shm-usage tells Chrome to use /tmp instead.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b409173 commit 596b998
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
150 | 153 | | |
151 | 154 | | |
152 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
| |||
0 commit comments