crosvm/rust-toolchain
Dennis Kempin 0ef6a9a6c4 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>
2023-02-10 20:47:41 +00:00

3 lines
90 B
Text

[toolchain]
channel = "1.65.0"
components = [ "rustfmt", "clippy", "llvm-tools-preview" ]