Commit 4f61ea0
fix(ci): give the statepoints root-dominance job the node setup it needs (#8172)
`gc-root-dominance-statepoints` has failed on every `main` run and every
PR since #8084, with "node_modules/zod/src/index.ts is missing".
#8084 added the dependency-scale native corpus to this job. That corpus
compiles `node_modules/zod`, but `actions/setup-node` and `npm ci` live
only in the sibling `gc-root-dominance` job, so this one died in setup
before the checker ran.
The arm that was dark is the one covering the SHIPPED lowering —
statepoints are the default on aarch64 and x86-64 — while its green
sibling covers the shadow frame. The gate looked like it was watching
the default configuration and was watching nothing.
Matches the sibling exactly: setup-node@v7 pinned by .node-version,
`npm ci --ignore-scripts --no-audit --no-fund`.
Co-authored-by: Ralph Küpper <ralph@skelpo.com>1 parent 0eccf79 commit 4f61ea0
2 files changed
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
476 | 490 | | |
477 | 491 | | |
478 | 492 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments