Skip to content

Commit 7bc74d3

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 1b9c1a9 commit 7bc74d3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
run: |
4646
if [ ! -f hypatia-v2 ]; then
4747
echo "Building hypatia-v2 scanner..."
48-
cd scanner
4948
mix deps.get
5049
mix escript.build
5150
mv hypatia ../hypatia-v2
@@ -231,4 +230,4 @@ jobs:
231230
repo: context.repo.repo,
232231
issue_number: context.issue.number,
233232
body: comment
234-
});
233+
});

0 commit comments

Comments
 (0)