2025-12-01 11:40 időpontban Adam ezt írta:
Hi There,I've installed rust-bin to save it's compilation time. However all other packages that need rust as a build dependency, want to build it. Do I misinterpret something? I thought the bin package resolves all runtime and build dependencies.Thanks, FeZYou can set RUST_TYPE=bin in your /etc/mk.conf. :) See lang/rust/rust.mk for details. Kind regards, Adam
Yess, that worked. Thank you to all of you who answered!