File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -585,6 +585,18 @@ def GitApplyCherryPicks():
585
585
# with `GitMoveSubmoduleBranch()`.
586
586
#############################
587
587
588
+ # TODO(https://crbug.com/395891130): Remove once upstream fixes passing flags to cargo link steps
589
+ RunCommand ([
590
+ 'git' ,
591
+ '-C' ,
592
+ RUST_SRC_DIR ,
593
+ 'revert' ,
594
+ '--no-edit' ,
595
+ '-m' ,
596
+ '1' ,
597
+ '6171d944aea415a3023d4262e0895aa3b18c771f' ,
598
+ ])
599
+
588
600
print ('Finished applying cherry-picks.' )
589
601
590
602
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 = 'd4bdd1ed551fed0c951eb47b4be2c79d7a02d181 '
35
- RUST_SUB_REVISION = 1
34
+ RUST_REVISION = '9fcc9cf4a202aadfe1f44722b39c83536eba3dba '
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 = 'c467900b95312670e8ee588144e54f5a84fca6008f58c170f354777948808379 '
49
+ STAGE0_JSON_SHA256 = '26869035cb98f2bd27faedb9277208242d8fe6f9204beb29726f7b9fd795fa9a '
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