Skip to content

Commit 9c50cc5

Browse files
hyperpolymathclaude
andcommitted
fix(ci): build Hypatia escript from repo root (estate dogfood drift)
The hypatia repo dropped its scanner/ subdirectory; mix.exs now lives at the repo root. The dogfood build step still did `cd scanner`, failing with "cd: scanner: No such file or directory" and red-flagging every PR. Build from the checkout root instead. Idempotent estate sweep. Refs verisimiser#59 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 18ecc49 commit 9c50cc5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/static-analysis-gate.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ jobs:
146146
if [ -d "$HOME/hypatia/scanner" ]; then
147147
cd "$HOME/hypatia"
148148
if [ ! -f hypatia-v2 ]; then
149-
cd scanner
150149
mix deps.get
151150
mix escript.build
152151
mv hypatia ../hypatia-v2

0 commit comments

Comments
 (0)