Commit 6ff8464
Fix CI: resize /dev/shm and disable out-of-process storage service
GitHub Actions limits /dev/shm to 64 MB; Chromium 146's Mojo IPC bootstrap
needs more shared memory, causing the storage utility subprocess to fail
'global descriptor lookup: 7'. Fix by remounting /dev/shm at 512 MB in the
test job and adding --disable-features=StorageServiceOutOfProcess so the
storage service runs in-process instead of as a subprocess.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 076f8dc commit 6ff8464
3 files changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
161 | 164 | | |
162 | 165 | | |
163 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
| |||
0 commit comments