Skip to content

Can't use download-ci-llvm any more #79071

@est31

Description

@est31
Member

Enabling download-ci-llvm used to work just fine for me, until today.

After rebasing on top of 7504256 , doing anything with rustc beyond stage 1 fails:

$ ./x.py build
[...]
Building stage1 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
[...]
error while loading shared libraries: libLLVM-11-rust-1.49.0-nightly.so: cannot open shared object file: No such file or directory

To verify it's not due to some caching issue caused by my experiments in #79043 that temporarily turned the feature off I deleted the entire build directory. It correctly downloaded the stage0 and llvm artifacts, but still failed when trying to run stage1 rustc.

Activity

added
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.
C-bugCategory: This is a bug.
on Nov 15, 2020
est31

est31 commented on Nov 15, 2020

@est31
MemberAuthor

The last commit I was on was 361c4ea

So the regression is somewhere in this range: 361c4ea...7504256

est31

est31 commented on Nov 15, 2020

@est31
MemberAuthor

cc @Mark-Simulacrum maybe cause was #78986 ?

Mark-Simulacrum

Mark-Simulacrum commented on Nov 15, 2020

@Mark-Simulacrum
Member

Indeed. Posted #79074 to fix this.

added a commit that references this issue on Nov 16, 2020
f4d014c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.C-bugCategory: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @jonas-schievink@Mark-Simulacrum@est31

      Issue actions

        Can't use download-ci-llvm any more · Issue #79071 · rust-lang/rust