File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434### Prerequisites (handled by update script)
3535
36- The update script installs ` protobuf-compiler ` and ` libssl-dev ` via apt and
37- clones ` AdaWorldAPI/ndarray ` to ` /ndarray ` (the path ` crates/*/Cargo.toml `
36+ The update script installs ` protobuf-compiler ` , ` libssl-dev ` , ` cmake ` , and
37+ ` pkg-config ` via apt and clones ` AdaWorldAPI/ndarray ` to ` /ndarray ` (the path ` crates/*/Cargo.toml `
3838resolve ` ../../../ndarray ` to from inside the workspace). No other external
3939services or databases are required — all storage uses Lance datasets and
4040in-memory Arrow.
@@ -44,8 +44,8 @@ in-memory Arrow.
4444Standard build/test/lint commands are documented above and in ` CLAUDE.md ` .
4545Key non-obvious notes:
4646
47- - ** Workspace members vs excluded crates:** ` Cargo.toml ` lists 10 workspace
48- members and 15 excluded crates. ` cargo test ` (no args) only runs workspace
47+ - ** Workspace members vs excluded crates:** ` Cargo.toml ` lists 17 workspace
48+ members and 16 excluded crates. ` cargo test ` (no args) only runs workspace
4949 member tests. To test excluded crates use `cargo test --manifest-path
5050 crates/<name >/Cargo.toml`.
5151- ** CI-gated checks (what must pass before merge):**
You can’t perform that action at this time.
0 commit comments