Commit 175b40f
fix(ci): build Hypatia escript from repo root in dogfood gate
The hypatia repo no longer has a scanner/ subdirectory — mix.exs and
hypatia-cli.sh now live at the repo root. The dogfood build step still
did `cd scanner && mix escript.build`, which failed with
'cd: scanner: No such file or directory' and red-flagged every PR
(pre-existing on main; surfaced as a blocking red here).
Build from the root and use the canonical `hypatia` escript name
(hypatia-cli.sh already prefers it over legacy `hypatia-v2`).
Refs verisimiser#59
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a574a0e commit 175b40f
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
53 | 58 | | |
54 | 59 | | |
55 | 60 | | |
| |||
0 commit comments