mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
0ef6a9a6c4
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>
3 lines
90 B
Text
3 lines
90 B
Text
[toolchain]
|
|
channel = "1.65.0"
|
|
components = [ "rustfmt", "clippy", "llvm-tools-preview" ]
|