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-28 09:33:01 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b27e34916c
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 rust to 1.73.0 There don't appear to be any new clippy warnings, and this is the version of Rust that Android is now using: b/303252546. Work for the next version is tracked in b/310977762. This doesn't have any particular features I'm looking for (async traits only come in 1.75.0). I'm not particularly attached to this change. If it's easy to upgrade the container though, we could ensure no new clippy warnings appear. Android rust versions appear here: https://cs.android.com/android/platform/superproject/main/+/main:prebuilts/rust/linux-x86/ Also not sure what the ChromeOS release schedule is. Release docs: https://releases.rs/docs/1.73.0/ Test: tools/dev_container --clean bash -c "rustc --version && tools/presubmit clippy" Change-Id: I2d3010c3032053709f0c0beb7dcbe2b80d782415 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5201659 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Dennis Kempin <denniskempin@google.com>
2024-01-17 10:42:26 +00:00
channel = "1.73.0"
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