Skip to content

Commit c9e39f0

Browse files
zmodemAravind Vasudevan
authored and
Aravind Vasudevan
committed
Roll clang+rust [skipping Clang] / ac4379fea9e83465d814bb05005689f49bd2141e-7 : 17c11672167827b0dd92c88ef69f24346d1286dd-1
https://chromium.googlesource.com/external/github.com/rust-lang/rust/+log/ac4379fea9e8..17c116721678 Ran: tools/clang/scripts/upload_revision.py --skip-clang --rust-git-hash 17c11672167827b0dd92c88ef69f24346d1286dd Bug: none Change-Id: Ib83750d504b36c95ea0797d4b905d98c4f1f1b65 Cq-Include-Trybots: chromium/try:android-rust-arm32-rel Cq-Include-Trybots: chromium/try:android-rust-arm64-dbg Cq-Include-Trybots: chromium/try:android-rust-arm64-rel Cq-Include-Trybots: chromium/try:linux-rust-x64-dbg Cq-Include-Trybots: chromium/try:linux-rust-x64-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4427827 Reviewed-by: danakj <[email protected]> Auto-Submit: Hans Wennborg <[email protected]> Commit-Queue: Hans Wennborg <[email protected]> Cr-Commit-Position: refs/heads/main@{#1131380} NOKEYCHECK=True GitOrigin-RevId: ca134b32bc74ff0b4056e0dbb713e1efd9ee4db2
1 parent 52690b9 commit c9e39f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

update_rust.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232

3333
# These fields are written by //tools/clang/scripts/upload_revision.py, and
3434
# should not be changed manually.
35-
RUST_REVISION = 'ac4379fea9e83465d814bb05005689f49bd2141e'
36-
RUST_SUB_REVISION = 7
35+
RUST_REVISION = '17c11672167827b0dd92c88ef69f24346d1286dd'
36+
RUST_SUB_REVISION = 1
3737

3838
# Trunk on 2022-10-15.
3939
#
@@ -65,12 +65,12 @@
6565
# TODO(lukasza): Include CRUBIT_REVISION and CRUBIT_SUB_REVISION once we
6666
# include Crubit binaries in the generated package. See also a TODO comment
6767
# in BuildCrubit in package_rust.py.
68-
FALLBACK_REVISION = 'ac4379fea9e83465d814bb05005689f49bd2141e-7-llvmorg-17-init-3874-g93a2fecc-1'
68+
FALLBACK_REVISION = '17c11672167827b0dd92c88ef69f24346d1286dd-1-llvmorg-17-init-8029-g27f27d15-1'
6969

7070
# Hash of src/stage0.json, which itself contains the stage0 toolchain hashes.
7171
# We trust the Rust build system checks, but to ensure it is not tampered with
7272
# itself check the hash.
73-
STAGE0_JSON_SHA256 = 'b45d1f388bfe54887d5776937e05a135ec819b6d2190b8794bb87bd7072e5553'
73+
STAGE0_JSON_SHA256 = '7339c4d847db37e8c0b69b5c037bb708fcce1baf22ac5bf598dc739e559bcbc1'
7474

7575
THIS_DIR = os.path.abspath(os.path.dirname(__file__))
7676
CHROMIUM_DIR = os.path.abspath(os.path.join(THIS_DIR, '..', '..'))

0 commit comments

Comments
 (0)