-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Update rustc_codegen_cranelift's dependencies #119741
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
Conversation
The build of rustc_codegen_cranelift is currently broken because of a build issue with its dependency libc: Compiling libc v0.2.148 error: invalid `--check-cfg` argument: `values(emscripten_new_stat_abi)` (expected `cfg(name, values("value1", "value2", ... "valueN"))`) [RUSTC-TIMING] libc test:false 0.332 error: could not compile `libc` (lib) due to 1 previous error Let's update Cargo.lock to resolve this issue. Signed-off-by: Christoph Müllner <[email protected]>
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @davidtwco (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 |
The job Click to see the possible cause of the failure (guessed by this bot)
|
|
r? @bjorn3 |
@bjorn3 The rust/src/bootstrap/src/core/builder.rs Lines 1899 to 1906 in 0ee9cfd
I'm not sure why CI didn't failed, but |
☔ The latest upstream changes (presumably #120395) made this pull request unmergeable. Please resolve the merge conflicts. |
Some of the dependencies were updated in another PR. |
I won't find enough time to revisit this. |
The build of rustc_codegen_cranelift is currently broken because of a build issue with its dependency libc:
Let's update Cargo.lock to resolve this issue.