rust-toolchain: Add llvm-tools-preview

The llvm tools provide access to commonly used llvm tools through
cargo - specifically we need llvm-strip for stripping debug data
before packaging tests for remote execution.

This is already installed by install-deps. But having it part of the
toolchain file will automatically install it on toolchain updates
as well.

BUG=None
TEST=None

Change-Id: I433ebccb5d7a2c419c5cab7476146a142967e439
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4240537
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Dennis Kempin <denniskempin@google.com>
This commit is contained in:
Dennis Kempin 2023-02-10 06:24:24 -08:00 committed by crosvm LUCI
parent b90d7d607e
commit 0ef6a9a6c4

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "1.65.0"
components = [ "rustfmt", "clippy" ]
components = [ "rustfmt", "clippy", "llvm-tools-preview" ]