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

Remove pyo3 in runtime and daemon as it generates libpython depende… #281

Merged
merged 3 commits into from
May 4, 2023

Conversation

haixuanTao
Copy link
Collaborator

…ncies

Previous implementation of the runtime would link libpython even though it might not be required.

This commit put pyo3 dependency under a feature flag that is only active if the runtime is called from python for a python operator.

This fix:

…ncies

Previous implementation of the runtime would link `libpython` even though it
might not be required.

This commit put pyo3 dependency under a feature flag that is only active if
the runtime is called from python for a python operator.

This fix:
- https://github.com/dora-rs/dora/actions/runs/4879188973/jobs/8705515472
- #280 (comment)
- and dora-rs/dora-drives#58 (comment)
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, thanks!

@phil-opp phil-opp merged commit 4769287 into main May 4, 2023
29 checks passed
@phil-opp phil-opp deleted the remove-pyo3-in-daemon branch May 4, 2023 13:33
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.

None yet

2 participants