Skip to content

Commit 93589cd

Browse files
danakjAravind Vasudevan
authored andcommitted
Roll rust [skipped clang] / 20221209-1 : 7919ef0ec5776c72dace7fec1c68551a617505ad-1
This transitions from the nightly Rust tarball to working from git, so we can't show a git range here. Ran: tools/clang/scripts/upload_revision.py --roll-rust --clang-git-hash llvmorg-16-init-17653-g39da55e8 --clang-sub-revision 3 Bug: 1401042 Change-Id: I005f8d7b48217e9f5f71c27624b4cb8494013ef3 Cq-Include-Trybots: luci.chromium.try:android-rust-arm-dbg Cq-Include-Trybots: luci.chromium.try:android-rust-arm-rel Cq-Include-Trybots: luci.chromium.try:linux-rust-x64-dbg Cq-Include-Trybots: luci.chromium.try:linux-rust-x64-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4200852 Commit-Queue: danakj <[email protected]> Reviewed-by: Hans Wennborg <[email protected]> Cr-Commit-Position: refs/heads/main@{#1098768} NOKEYCHECK=True GitOrigin-RevId: 85504390ce4bfce04695d936035a9393026b6d81
1 parent 8ec7744 commit 93589cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

update_rust.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# These fields are written by //tools/clang/scripts/upload_revision.py, and
3131
# should not be changed manually.
32-
RUST_REVISION = 'c8e6a9e8b6251bbc8276cb78cabe1998deecbed7'
32+
RUST_REVISION = '7919ef0ec5776c72dace7fec1c68551a617505ad'
3333
RUST_SUB_REVISION = 1
3434

3535
# Trunk on 2022-10-15.
@@ -59,7 +59,7 @@
5959
# TODO(lukasza): Include CRUBIT_REVISION and CRUBIT_SUB_REVISION once we
6060
# include Crubit binaries in the generated package. See also a TODO comment
6161
# in BuildCrubit in package_rust.py.
62-
FALLBACK_REVISION = '20221209-1-llvmorg-16-init-13328-g110fe4f4-1'
62+
FALLBACK_REVISION = '7919ef0ec5776c72dace7fec1c68551a617505ad-1-llvmorg-16-init-17653-g39da55e8-2'
6363

6464
# Hash of src/stage0.json, which itself contains the stage0 toolchain hashes.
6565
# We trust the Rust build system checks, but to ensure it is not tampered with
@@ -79,7 +79,7 @@
7979
def GetPackageVersionForBuild():
8080
from update import (CLANG_REVISION, CLANG_SUB_REVISION)
8181
return (f'{RUST_REVISION}-{RUST_SUB_REVISION}'
82-
'-{CLANG_REVISION}-{CLANG_SUB_REVISION}')
82+
f'-{CLANG_REVISION}-{CLANG_SUB_REVISION}')
8383

8484

8585
# Package version for download. Ideally this is the latest Clang+Rust roll,

0 commit comments

Comments
 (0)