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

Use cc 1.0.43 or later #608

Merged

Conversation

lo48576
Copy link
Contributor

@lo48576 lo48576 commented Aug 16, 2020

cc-1.0.42 should not be used as minimal dependency verison, because it could hang on some environment during the build.

I use cargo +nightly update -Z minimal-versions on CI to generate Cargo.lock for minimal depnedency versions and check if Cargo.toml is OK.
However, I confirmed that compilation using cc 1.0.42 hangs on rust:latest docker (maybe Debian?).
I think this is rust-lang/cc-rs#440, and this version should be avoided.

cc-1.0.42 should not be used as minimal dependency verison, because it
could hang on some environment during the build.
@alexcrichton alexcrichton merged commit c2a2613 into rust-lang:master Aug 17, 2020
@alexcrichton
Copy link
Member

👍

@lo48576 lo48576 deleted the feature/bump-minimal-cc-version branch August 17, 2020 15:56
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