Point LLVM 21 prebuilt URLs at the upstream release - #413
brandonros wants to merge 2 commits into
Conversation
The Rust-GPU/rustc_codegen_nvvm-llvm llvm-21.1.8 release is now published, so the CI fallback and guide example no longer need the fork. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
@LegNeato oops :) we probably want this |
The merge job for rust-cuda-ubuntu24-cuda13 downloaded digests-rust-cuda-ubuntu24-cuda13-*, which also matched the rust-cuda-ubuntu24-cuda13-llvm21 artifacts, so imagetools create failed looking up llvm21 digests in the cuda13 repo. Put the arch first so the image name is the anchored suffix of the pattern. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
|
Added 44ff9e0 to fix the Cause: each build job uploads its digest as
Fix: put the arch first ( These steps only run on non-PR events, so this PR's CI won't test the change. The first real test is the next push to main. |
Follow-up to #408. The upstream
Rust-GPU/rustc_codegen_nvvm-llvmllvm-21.1.8release is now published with all three archives, so the Linux CI fallbackPREBUILT_LLVM_URLand the guide example now point at it instead of thebrandonrosfork.build.rsalready defaulted to upstream.🤖 Generated with Claude Code