Commit 37d0486
authored
ci: cap clippy peak memory by serializing the --tests lint pass (#1528)
The :rust: Lint step's `cargo clippy --tests --all` pass overlaps several ~4.5 GiB macro-heavy crates (the wp_api family) and peaks ~9 GiB. Run that pass with --jobs 1 to cap the peak at a single crate (~4.7 GiB). The first pass stays parallel — its heavy libs serialize by dependency anyway, so -j1 there would only add wall time.1 parent 6d910f9 commit 37d0486
2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
286 | 293 | | |
287 | 294 | | |
288 | | - | |
| 295 | + | |
289 | 296 | | |
290 | 297 | | |
291 | 298 | | |
| |||
0 commit comments