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

upgpatch: rust #2950

Merged
merged 1 commit into from
Sep 9, 2023
Merged

upgpatch: rust #2950

merged 1 commit into from
Sep 9, 2023

Conversation

kxxt
Copy link
Contributor

@kxxt kxxt commented Sep 9, 2023

Pin cc dependency of src/bootstrap to 1.0.77.

src/bootstrap/llvm.rs relies on internal implementation details of cc crate and cc 1.0.78 contains a change that breaks llvm.rs's assumptions.

We can't fix that in llvm.rs without patching cc crate. So let's pin cc to 1.0.77 for now.

Pin cc dependency of src/bootstrap to 1.0.77.

src/bootstrap/llvm.rs relies on internal implementation details of cc
crate and cc 1.0.78 contains a change[1] that breaks llvm.rs's assumptions.

We can't fix that in llvm.rs without patching cc crate. So let's pin cc
to 1.0.77 for now.

[1]: rust-lang/cc-rs@c4f414f
@felixonmars felixonmars merged commit 96a0c4e into felixonmars:master Sep 9, 2023
1 check passed
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