File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -605,18 +605,6 @@ def GitApplyCherryPicks():
605
605
# with `GitMoveSubmoduleBranch()`.
606
606
#############################
607
607
608
- # TODO Remove once LLVM rolls past llvmorg-20-init-3909-ge61d6066e267
609
- RunCommand ([
610
- 'git' ,
611
- '-C' ,
612
- RUST_SRC_DIR ,
613
- 'revert' ,
614
- '--no-edit' ,
615
- '-m' ,
616
- '1' ,
617
- '8c7a7e346be4cdf13e77ab4acbfb5ade819a4e60' ,
618
- ])
619
-
620
608
# TODO(crbug.com/363219692): Remove once we roll past this revision.
621
609
GitCherryPick (RUST_SRC_DIR , 'https://github.com/rust-lang/rust.git' ,
622
610
'edb669350a59ce48586152cf87b1d1f2841cea62' )
Original file line number Diff line number Diff line change 31
31
32
32
# These fields are written by //tools/clang/scripts/upload_revision.py, and
33
33
# should not be changed manually.
34
- RUST_REVISION = '009e73825af0e59ad4fc603562e038b3dbd6593a '
35
- RUST_SUB_REVISION = 23
34
+ RUST_REVISION = 'f5cd2c5888011d4d80311e5b771c6da507d860dd '
35
+ RUST_SUB_REVISION = 2
36
36
37
37
# The revision of Crubit to use from https://github.com/google/crubit
38
38
#
46
46
# Hash of src/stage0.json, which itself contains the stage0 toolchain hashes.
47
47
# We trust the Rust build system checks, but to ensure it is not tampered with
48
48
# itself check the hash.
49
- STAGE0_JSON_SHA256 = 'ed1bd5afab062116c6926ed9d3bbaa3ecdc037ff983f9dc34dbecece10ef91e0 '
49
+ STAGE0_JSON_SHA256 = '118891b1b25ce68a4bd792cd9640adaa8a4208d8d0684b458409cc8a86ded6aa '
50
50
51
51
THIS_DIR = os .path .abspath (os .path .dirname (__file__ ))
52
52
CHROMIUM_DIR = os .path .abspath (os .path .join (THIS_DIR , '..' , '..' ))
You can’t perform that action at this time.
0 commit comments