Skip to content

Commit 9776f7b

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 d39bb8d commit 9776f7b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

k9-svc/editors/vscode/.github/workflows/static-analysis-gate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ jobs:
145145
if [ -d "$HOME/hypatia/scanner" ]; then
146146
cd "$HOME/hypatia"
147147
if [ ! -f hypatia-v2 ]; then
148-
cd scanner
149148
mix deps.get
150149
mix escript.build
151150
mv hypatia ../hypatia-v2
@@ -326,4 +325,4 @@ jobs:
326325
327326
Findings saved as \`unified-findings\` artifact.
328327
The gitbot-fleet scanner will ingest these on its next pass.
329-
EOF
328+
EOF

0 commit comments

Comments
 (0)