File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -585,6 +585,18 @@ def GitApplyCherryPicks():
585585 # with `GitMoveSubmoduleBranch()`.
586586 #############################
587587
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+
588600 print ('Finished applying cherry-picks.' )
589601
590602
Original file line number Diff line number Diff line change 3131
3232# These fields are written by //tools/clang/scripts/upload_revision.py, and
3333# should not be changed manually.
34- RUST_REVISION = 'd4bdd1ed551fed0c951eb47b4be2c79d7a02d181 '
35- RUST_SUB_REVISION = 1
34+ RUST_REVISION = '9fcc9cf4a202aadfe1f44722b39c83536eba3dba '
35+ RUST_SUB_REVISION = 2
3636
3737# The revision of Crubit to use from https://github.com/google/crubit
3838#
4646# Hash of src/stage0.json, which itself contains the stage0 toolchain hashes.
4747# We trust the Rust build system checks, but to ensure it is not tampered with
4848# itself check the hash.
49- STAGE0_JSON_SHA256 = 'c467900b95312670e8ee588144e54f5a84fca6008f58c170f354777948808379 '
49+ STAGE0_JSON_SHA256 = '26869035cb98f2bd27faedb9277208242d8fe6f9204beb29726f7b9fd795fa9a '
5050
5151THIS_DIR = os .path .abspath (os .path .dirname (__file__ ))
5252CHROMIUM_DIR = os .path .abspath (os .path .join (THIS_DIR , '..' , '..' ))
You can’t perform that action at this time.
0 commit comments