-
Notifications
You must be signed in to change notification settings - Fork 894
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
conflict on updating to today's nightly with llvm-tools
#4019
Comments
I think this would be due to #988? |
We're seeing the same issue: https://github.com/mozilla/neqo/actions/runs/10844489766/job/30095214032#step:3:103 |
Until rust-lang/rustup#4019 is fixed.
Okay, can someone describe a reproduction scenario? |
This "works" for me:
|
Okay, great, thanks! I think this is an issue with the upstream toolchains. I opened a Zulip topic and am now looking at recent rust-lang/rust PRs to see if something there is relevant here. |
+1 Our github runners (Ubuntu 22.04.4) are now experiencing this exact same issue with the latest nightly. Yesterday's version was fine. |
Okay, looks like this is getting fixed here: rust-lang/rust bug is here: |
Thanks a bunch! |
Until rust-lang/rustup#4019 is fixed.
…bzol add llvm-bitcode-linker and llvm-tools bins to ci-rustc's sysroot rust-lang#130040 is [reverted](rust-lang#130292) because adding component binaries directly to the dist tarball of the compiler caused conflicts (see rust-lang#130291 and rust-lang/rustup#4019). This PR solves the original problem without touching the dist tarball. r? Kobzol
Rollup merge of rust-lang#130302 - onur-ozkan:130040-with-fixes, r=Kobzol add llvm-bitcode-linker and llvm-tools bins to ci-rustc's sysroot rust-lang#130040 is [reverted](rust-lang#130292) because adding component binaries directly to the dist tarball of the compiler caused conflicts (see rust-lang#130291 and rust-lang/rustup#4019). This PR solves the original problem without touching the dist tarball. r? Kobzol
Verification
Problem
Can't update toolchain, fails with
error: failed to install component: 'rustc-x86_64-unknown-linux-gnu', detected conflict: 'lib/rustlib/x86_64-unknown-linux-gnu/bin/llc'
.Steps
llvm-tools
installed for nightlyrustup update
Possible Solution(s)
No response
Notes
No response
Rustup version
Installed toolchains
OS version
current arch, also happens on the github Ubuntu CI workers.
The text was updated successfully, but these errors were encountered: