This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
crosvm
Watch
1
Star
0
Fork
You've already forked crosvm
0
mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced
2024-11-25 05:03:05 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9dfd77b5fe
crosvm
/
rust-toolchain
4 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
Upgrade rust toolchain version to 1.58.1 Pre 1.58.1 have CVE-2022-21658 Cros toolchain got upgraded to 1.58.1 BUG=None TEST=cq Change-Id: I2ce5a08b40bcc4895c4f2ecef83efd4162d67494 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3435385 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Anton Romanov <romanton@google.com>
2022-02-03 03:21:33 +00:00
[toolchain]
Upgrade to 1.68.2: Set default version and rebuild container The new toolchain is now used in CI and as default for developer builds. The mingw ldd hack is no longer needed as debian has released a fixed package. BUG=None TEST=CQ Change-Id: I713d2901165ec33efe301e79819ef31ab86fee48 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4568145 Commit-Queue: Dennis Kempin <denniskempin@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
2023-05-25 18:11:08 +00:00
channel = "1.68.2"
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 14:24:24 +00:00
components = [ "rustfmt", "clippy", "llvm-tools-preview" ]
Reference in a new issue
Copy permalink