Skip to content

Commit 1c199ac

Browse files
authored
chore: exclude lance-graph-python in build (#152)
This PR excludes the `lance-graph-python` package in the `cargo build`, since it needs to be built by maturin. The issue would cause build errors in the MacOS. A similar fix has also been applied in the `lance` project https://github.com/lance-format/lance/blob/main/Cargo.toml#L25
1 parent b4b3be5 commit 1c199ac

2 files changed

Lines changed: 2 additions & 123 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 122 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
members = [
33
"crates/lance-graph",
44
"crates/lance-graph-catalog",
5-
"crates/lance-graph-python",
65
"crates/lance-graph-benches",
76
]
7+
# Python package needs to be built by maturin.
8+
exclude = ["crates/lance-graph-python"]
89
resolver = "2"

0 commit comments

Comments
 (0)