diff options
| author | Luke Hoersten <[email protected]> | 2026-07-30 18:19:08 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-07-30 18:19:08 -0500 |
| commit | 006ecfb2c80aeeb609c28534828bbcb5cff3333e (patch) | |
| tree | e62ca549e2751d6b8b70be84243e36a405a30376 /mattertimectl/build/meta/main.yaml | |
| parent | 60a318263bb345b966e2d8e1ace658464150abf9 (diff) | |
mattertimectl/build: use apt rustc/cargo instead of rustup
26.04 ships rustc 1.93, past the rs-matter 1.87 floor that forced
rustup on 24.04. Drops the toolchain install tasks and RUSTUP_HOME.
Diffstat (limited to 'mattertimectl/build/meta/main.yaml')
| -rw-r--r-- | mattertimectl/build/meta/main.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mattertimectl/build/meta/main.yaml b/mattertimectl/build/meta/main.yaml index dae4be5..2fda290 100644 --- a/mattertimectl/build/meta/main.yaml +++ b/mattertimectl/build/meta/main.yaml @@ -1,5 +1,4 @@ --- -# No role dependency: the Rust toolchain is installed inline via rustup -# (the distro rustc is too old for this crate's Rust edition). +# No role dependency: rustc/cargo are installed inline from apt. dependencies: [] |
