ci: intermittent failure
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 24.1k
- Forks
- 2k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 365
Description
We saw another job failing https://github.com/uutils/coreutils/actions/runs/30242322090/job/89903171158 even not touching any code, the problem was
sccache: caused by: Compiler not supported: "/home/runner/.redoxer/x86_64-unknown-redox/toolchain/bin/rustc: error while loading shared libraries: libLLVM.so.21.1: cannot open shared object file: No such file or directory\n"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the linked GitHub Actions job and its Redox toolchain setup, focusing on the sccache error about missing libLLVM.so.21.1. Trace the relevant CI configuration and confirm the job completes reliably without the shared-library failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, rust
- Domain
- build-system, ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100