Commit daa00ac
committed
ci: set RUST_TEST_THREADS=1 on musl to prevent concurrent PTY SIGSEGV
The PTY gate serializes Terminal lifetimes within pty_terminal, but the
SIGSEGV may occur in other concurrent operations (ctor init, signal
handlers). Setting test threads to 1 eliminates all concurrency.1 parent 0e6db16 commit daa00ac
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
152 | 155 | | |
153 | 156 | | |
154 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments