-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Give a better error for download-ci-llvm if .xz is not supported #80581
Conversation
It's possible to special case this so that it will work before 1.51, but since download-ci-llvm was only introduced a couple versions ago I don't think there's a need. The fix is easy enough - using |
The job Click to see the possible cause of the failure (guessed by this bot)
|
Can we tell people a specific version? Maybe python 3 at least? |
Previously: ``` curl: (22) The requested URL returned error: 404 failed to run: curl -# -y 30 -Y 10 --connect-timeout 30 --retry 3 -Sf -o /tmp/tmp6ptXJV https://ci-artifacts.rust-lang.org/rustc-builds/99ad5a1a2824fea1ecf60068fd3636beae7ea2da/rust-dev-nightly-x86_64-unknown-linux-gnu.tar.gz ``` Now: ``` error: XZ support is required to download LLVM help: consider disabling `download-ci-llvm` or using a different version of python Build completed unsuccessfully in 0:00:00 ```
Sure, I changed this to recommend python3. |
@bors r+ |
📌 Commit b5019d6 has been approved by |
@bors p=1 |
☀️ Test successful - checks-actions |
Previously:
Now:
Follow-up to #80435.
r? @Mark-Simulacrum