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

Switch to ureq and some refactorings #767

Merged
merged 2 commits into from
Jan 9, 2022
Merged

Switch to ureq and some refactorings #767

merged 2 commits into from
Jan 9, 2022

Conversation

konstin
Copy link
Member

@konstin konstin commented Jan 8, 2022

The first commit is for switching from reqwest to ureq which has a lot less dependencies and therefore compiles faster.

The second commit was an attempt to take the even further that kinda failed (no significant compile time improvements) but I refactored auditwheel and upload into a better module structure: Nearly all auditwheel logic is now in the auditwheel module and I removed registry.rs and merged it into upload.rs

ureq has significantly less dependencies and thereby compiles faster
@netlify
Copy link

netlify bot commented Jan 8, 2022

✔️ Deploy Preview for maturin-guide canceled.

🔨 Explore the source changes: 7a557dd

🔍 Inspect the deploy log: https://app.netlify.com/sites/maturin-guide/deploys/61d9670c21028600079664e8

Copy link
Member

@messense messense left a comment

Choose a reason for hiding this comment

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

👍

@messense messense merged commit dd1b595 into main Jan 9, 2022
@messense messense deleted the ureq3 branch January 9, 2022 05:24
messense added a commit that referenced this pull request Jan 9, 2022
@messense
Copy link
Member

messense commented Jan 9, 2022

https://github.com/PyO3/maturin/runs/4751697023?check_suite_focus=true

Looks like we still need to provide a way to disable rustls.

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