From 006ecfb2c80aeeb609c28534828bbcb5cff3333e Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Thu, 30 Jul 2026 18:19:08 -0500 Subject: 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. --- mattertimectl/build/defaults/main.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mattertimectl/build/defaults') 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" -- cgit v1.2.3