rust: Move CARGO_HOME to $(DL_DIR)/cargo
authorJeffery To <jeffery.to@gmail.com>
Fri, 22 Sep 2023 16:26:20 +0000 (00:26 +0800)
committerJeffery To <jeffery.to@gmail.com>
Wed, 11 Oct 2023 07:50:23 +0000 (15:50 +0800)
commit853c9c9e8625c54a2c3214b2ef770ffc76bd3495
tree90e9bd5b9d1ed2c9f36f961a256d7d8cd5d7da34
parent5c5123f0f63cfda1d4f17a5d315356883fd82923
rust: Move CARGO_HOME to $(DL_DIR)/cargo

As CARGO_HOME mainly functions as a download and source cache[1], moving
it into $(DL_DIR) allows it to persist and be reused between different
buildroots/sdks (when DL_DIR is set to a custom/external location).

[1]: https://doc.rust-lang.org/cargo/guide/cargo-home.html

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/rust/rust-values.mk