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-24 12:34:31 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b12e8c2cac
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]
rust-toolchain: update to Rust 1.77.2 This also upgrades the dev_container to package the new Rust version. A few final clippy fixes are included as well. BUG=b:344974550 TEST=tools/clippy Change-Id: Iab4253e9cd88fdae989bb5b5170040b6af85baca Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5609084 Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2024-06-05 21:33:08 +00:00
channel = "1.77.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