mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
aae0141680
Debian bullseye is becoming old and we require a couple of newer dependencies. gLinux is also tracking bookworm, so we are staying close to our usual development environment. Since the official rust images do not have a bookworm version, we switch to the official debian image and add a rustup install to ./tools/install-deps. The new glibc version uses clone3 in multiple devices, adding this new syscall to our policy to pass integration tests. Drive-by change: Upgrading rust-toolchain from 1.62.0 to 1.62.1 BUG=b:243081643 TEST=CQ Change-Id: I8af721ed4a83df61163d67001b777166abe8abfa Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3892621 Commit-Queue: Dennis Kempin <denniskempin@google.com> Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
3 lines
68 B
Text
3 lines
68 B
Text
[toolchain]
|
|
channel = "1.62.1"
|
|
components = [ "rustfmt", "clippy" ]
|