Skip to content

Disable download-ci-llvm for Rust 1.83+ #23

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

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Disable download-ci-llvm for Rust 1.83+ #23

merged 1 commit into from
Dec 17, 2024

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Dec 17, 2024

This is set to true by default since rust-lang/rust#130529, causing:

downloading https://ci-artifacts.rust-lang.org/rustc-builds/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/rust-dev-1.83.0-x86_64-unknown-linux-gnu.tar.xz
failed to execute command: "curl" "--location" "--speed-time" "30" "--speed-limit" "10" "--connect-timeout" "30" "--output" "/build/rustc-1.83.0/build/tmp/rust-dev-1.83.0-x86_64-unknown-linux-gnu.tar.xz" "--continue-at" "-" "--retry" "3" "--show-error" "--remote-time" "--fail" "--progress-bar" "https://ci-artifacts.rust-lang.org/rustc-builds/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/rust-dev-1.83.0-x86_64-unknown-linux-gnu.tar.xz" (failure_mode=Exit)
ERROR: Permission denied (os error 13)
ERROR: failed to download llvm from ci

    HELP: There could be two reasons behind this:
        1) The host triple is not supported for `download-ci-llvm`.
        2) Old builds get deleted after a certain time.
    HELP: In either case, disable `download-ci-llvm` in your config.toml:

    [llvm]
    download-ci-llvm = false
    
Build completed unsuccessfully in 0:00:26

@dtolnay dtolnay merged commit 4405088 into master Dec 17, 2024
@dtolnay dtolnay deleted the cillvm branch December 17, 2024 03:05
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.

1 participant