Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for publishing rust package to crates.io #207

Merged

Conversation

benfred
Copy link
Member

@benfred benfred commented Jun 28, 2024

Some minor fixes that are required to publish our rust bindings to crates.io:

  • using relative paths in the cuvs-sys cmake files didn't work, get around this by symlinking required files instead
  • Need to specify an actual version for cuvs-sys and ndarray-rand packages in the rust/cuvs/Cargo.toml file

Some minor fixes that are required to publish our rust bindings to crates.io:

 * using relative paths in the cuvs-sys cmake files didn't work, get around this by symlinking required files instead
 * Need to specify an actual version for cuvs-sys and ndarray-rand packages in the rust/cuvs/Cargo.toml file
@benfred benfred requested review from a team as code owners June 28, 2024 23:08
@benfred benfred requested a review from raydouglass June 28, 2024 23:08
@benfred benfred added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Jun 28, 2024
@cjnolet
Copy link
Member

cjnolet commented Jul 1, 2024

/merge

@rapids-bot rapids-bot bot merged commit 307ea67 into rapidsai:branch-24.08 Jul 1, 2024
54 checks passed
@benfred benfred deleted the rust_crates_io_publishing_fix branch August 8, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci CMake improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

3 participants