Skip to content

Commit eb5e4bb

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 d188edf commit eb5e4bb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • asdf-augmenters/asdf-plugin-collection/plugins/cassandra/.github/workflows

asdf-augmenters/asdf-plugin-collection/plugins/cassandra/.github/workflows/hypatia-scan.yml

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

0 commit comments

Comments
 (0)