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

CI: Enable -Zgitoxide to speed our git deps download speed #10466

Closed
Xuanwo opened this issue Mar 9, 2023 · 3 comments · Fixed by #12503 or #12504
Closed

CI: Enable -Zgitoxide to speed our git deps download speed #10466

Xuanwo opened this issue Mar 9, 2023 · 3 comments · Fixed by #12503 or #12504

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Mar 9, 2023

Summary

-Zgitoxide is the cargo's integration with gitoxide: An idiomatic, lean, fast & safe pure Rust implementation of Git.

It's much faster than calling git:

asciicast

We can enable it to speed up our git deps downloading!

Should wait for our next toolchain bump.

@infdahai
Copy link

I get the info from wechat's article. could I ask whether this task is changed to gix where git clone is called?

@Xuanwo
Copy link
Member Author

Xuanwo commented Mar 28, 2023

could I ask whether this task is changed to gix where git clone is called?

Thank you for your interest! This task simply requires enabling -Zgitoxide for the cargo command and measuring the difference between them. We want to know how much will it faster than git.

@infdahai
Copy link

emmm, my network is not good, so I interupt every time. 🚨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants