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

Release v0.1.1 #153

Merged
merged 10 commits into from
Dec 5, 2022
Merged

Release v0.1.1 #153

merged 10 commits into from
Dec 5, 2022

Conversation

haixuanTao
Copy link
Collaborator

This Pull Request changes the version of all rust crates to 0.1.1.
It also fixes most of Clippy warnings.

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.

Looks good!

Pip wheels does not work across Ubuntu version apparently due to glibc version not being the same.
The rus compiler compile package against a specific glibc version that
changes depending on the ubuntu version we're using.

This commit should fix error such as:
```bash
./dora: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./dora)
./dora: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./dora)
./dora: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./dora)
```
@haixuanTao haixuanTao marked this pull request as ready for review December 2, 2022 20:59
@haixuanTao
Copy link
Collaborator Author

I have an issue with maturin: PyO3/maturin#1321 . This makes the current python package not usable.

For info, maturin is also working on shipping both a library and a binary PyO3/maturin#368 within a wheel. That could make it easier for us to ship directly a runtime without going through the extra-step of calling python first.

Base automatically changed from python_runtime to main December 4, 2022 17:15
@haixuanTao haixuanTao merged commit d9efa67 into main Dec 5, 2022
@haixuanTao haixuanTao deleted the release-v0.1.1 branch December 5, 2022 19:54
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