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/defaults | |
| 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/defaults')
| -rw-r--r-- | mattertimectl/build/defaults/main.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mattertimectl/build/defaults/main.yaml b/mattertimectl/build/defaults/main.yaml index 56cabdc..277d5a2 100644 --- a/mattertimectl/build/defaults/main.yaml +++ b/mattertimectl/build/defaults/main.yaml @@ -9,8 +9,7 @@ mattertimectl_tar: "https://github.com/{{github_user}}/mattertimectl/archive/ref mattertimectl_build_dir: "{{build_work_dir}}/mattertimectl-{{mattertimectl_version}}" mattertimectl_srv_dir: "{{build_srv_dir}}" -# Keep cargo's registry cache, the rustup toolchains, and the build output -# on build_work_dir (the SSD), not the SD card. +# Keep cargo's registry cache and the build output on build_work_dir (the +# SSD), not the SD card. mattertimectl_cargo_home: "{{build_work_dir}}/.cargo" -mattertimectl_rustup_home: "{{build_work_dir}}/.rustup" mattertimectl_cargo_target_dir: "{{build_work_dir}}/.cargo-target" |
