Commit 3ea2b87
committed
ci: checkout AdaWorldAPI/ndarray sibling for build + test workflows
ndarray is a custom fork (55 HPC modules, AMX tiles, jitson Cranelift
JIT, 880+ tests) at ../../../ndarray relative to crates/lance-graph/.
CI runners don't have the sibling repo cloned → cargo can't resolve
the path dependency → build/test/clippy all fail.
Fix: add `actions/checkout@v4` step for AdaWorldAPI/ndarray with
`path: ../ndarray` in both rust-test.yml and build.yml. This places
the checkout at $GITHUB_WORKSPACE/../ndarray which resolves correctly
from the crate's Cargo.toml path = "../../../ndarray".
NOT the fix Copilot suggested (replace with crates.io ndarray 0.15).
That would lose the entire HPC foundation.
https://claude.ai/code/session_01SbYsmmbPf9YQuYbHZN52Zh1 parent d760655 commit 3ea2b87
2 files changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
| |||
56 | 61 | | |
57 | 62 | | |
58 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
59 | 69 | | |
60 | 70 | | |
61 | 71 | | |
| |||
0 commit comments