Files
gitea-action 2006dff59c rust: add docs
Signed-off-by: gitea-action <git@cooluc.com>
2026-05-11 03:18:45 +08:00

14 lines
575 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# OpenWrt Rust feed with guaranteed CI LLVM artifacts
## How to use?
After `./scripts/feeds install -a`, replace the default Rust package:
```sh
rm -rf feeds/packages/lang/rust
git clone https://github.com/sbwml/packages_lang_rust feeds/packages/lang/rust
```
This feed maintains Rusts CIgenerated LLVM artifacts in a persistent and alwaysavailable state.
It ensures `llvm.download-ci-llvm = true` works reliably across Rust versions, avoiding the common 404/cleanup issues from upstream CI and providing a consistent bootstrap environment for OpenWrt builds.