commit | 4957ca4e1ff44cc8d34a920a0c1d584316fc37bb | [log] [tgz] |
---|---|---|
author | Michael Benfield <mbenfield@google.com> | Wed Dec 21 23:05:04 2022 +0000 |
committer | Michael Benfield <mbenfield@google.com> | Wed Jan 04 18:05:54 2023 +0000 |
tree | a62e9e35cf56cb4e623c4440488760d947b1dac6 | |
parent | e15d4dad89b32b99e473c64aae47802f103d9be5 [diff] |
Rust upgrade to 1.66.0. Two things worth noting: rust-bootstrap-use-CARGO_HOME.patch is new. We need this to build using RAW_SOURCES due to a change that I suspect is a bug in how bootstrap.py uses CARGO_HOME. See this issue: https://github.com/rust-lang/rust/issues/106019 Also, in cros-config.toml, we now set `optimized-compiler-builtins = true` or we get linker errors. This is a new option. BUG=b:262876874 TEST=CQ Change-Id: I1bd812c1135e0d492ed5d6c376729cf3c63b740a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/4135460 Tested-by: Michael Benfield <mbenfield@google.com> Reviewed-by: George Burgess <gbiv@chromium.org>