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

Speedup CI: Build cargo-binstall in debug mode for PR #212

Merged
merged 2 commits into from
Jul 14, 2022
Merged

Speedup CI: Build cargo-binstall in debug mode for PR #212

merged 2 commits into from
Jul 14, 2022

Conversation

NobodyXu
Copy link
Member

Fixed #211

Signed-off-by: Jiahao XU [email protected]

NobodyXu added 2 commits July 14, 2022 21:32

Unverified

This user has not yet uploaded their public signing key.
Signed-off-by: Jiahao XU <[email protected]>

Unverified

This user has not yet uploaded their public signing key.
Signed-off-by: Jiahao XU <[email protected]>
@NobodyXu NobodyXu marked this pull request as ready for review July 14, 2022 11:50
@NobodyXu NobodyXu requested a review from ryankurte July 14, 2022 11:50
@NobodyXu
Copy link
Member Author

That definitely speed up x86-64 Linux build, though the arm build is still slow because of cross and windows is just ... slow.

cross will soon has a zig based image cross-rs/cross#860
With zig, we can use the latest llvm instead of some really old gcc, so the CI will probably also run faster.
And we will be able to re-enable the gnu targets and even add more targets.

Copy link
Member

@passcod passcod left a comment

Choose a reason for hiding this comment

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

That should help for more rapid feedback at least 👍🏻

@NobodyXu NobodyXu removed the request for review from ryankurte July 14, 2022 12:28
@NobodyXu NobodyXu merged commit 66ef227 into cargo-bins:main Jul 14, 2022
@NobodyXu NobodyXu deleted the speedup-ci branch July 14, 2022 12:29
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.

Investigation required: Compilation of cargo-binstall (bin) taking way too long
2 participants