Skip to content

Commit b37cd0f

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 8d8b8dd commit b37cd0f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

iser-tools/iseriser/.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
run: |
4343
if [ ! -f hypatia-v2 ]; then
4444
echo "Building hypatia-v2 scanner..."
45-
cd scanner
4645
mix deps.get
4746
mix escript.build
4847
mv hypatia ../hypatia-v2
@@ -177,4 +176,4 @@ jobs:
177176
repo: context.repo.repo,
178177
issue_number: context.issue.number,
179178
body: comment
180-
});
179+
});

0 commit comments

Comments
 (0)