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

Publish rust project on pip to make it simpler to deploy dora node on different machine without requiring installing cargo #695

Merged
merged 5 commits into from
Nov 1, 2024

Conversation

haixuanTao
Copy link
Collaborator

Currently rust node and the cli requires easier to use cargo or wget, but it would be simpler if we could just pip install them.

This PR do this.

People will be able to do:

pip install dora-rerun
pip install dora-rs-cli

This will make the pull process of nodes simpler for people who only use python.

@haixuanTao haixuanTao force-pushed the pip-release-cargo-project branch from ec0ef95 to 9ae7467 Compare October 31, 2024 08:57
Copy link
Collaborator

@phil-opp phil-opp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable to me, thanks!

@haixuanTao haixuanTao merged commit af620b4 into main Nov 1, 2024
52 checks passed
@haixuanTao haixuanTao deleted the pip-release-cargo-project branch November 1, 2024 05:20
haixuanTao added a commit that referenced this pull request Nov 11, 2024
This PR makes dora-cli pip installable with

```bash
pip install dora-rs-cli
```

This is a pretty big deal to make pre-compiled dora-cli easily available
in China, where pip is widely mirrored

It fixes some abi3 issues from #695 such as not being a cdylib and
python project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants