Skip to content

Commit ed0fe5c

Browse files
zmodemcopybara-github
authored andcommitted
[rust] Re-package to pick up a build determinism fix
Bug: 373552119 Change-Id: I77354dc5149e79277796e92e394f881f902efd4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5938205 Auto-Submit: Hans Wennborg <hans@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1369955} NOKEYCHECK=True GitOrigin-RevId: d4c55f6f688eac39bf0783f69e3dcd54c75b2a8a
1 parent 599e371 commit ed0fe5c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

build_rust.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,13 @@ def GitApplyCherryPicks():
609609
GitCherryPick(RUST_SRC_DIR, 'https://github.com/rust-lang/rust.git',
610610
'edb669350a59ce48586152cf87b1d1f2841cea62')
611611

612+
# TODO(crbug.com/373552119): Remove once
613+
# https://github.com/rust-lang/rust/pull/131805 lands and we roll past it.
614+
GitCherryPick(RUST_SRC_DIR, 'https://github.com/rust-lang/rust.git',
615+
'6de277c03922fd67ad5d13daa9325357e7a02ac7')
616+
GitCherryPick(RUST_SRC_DIR, 'https://github.com/rust-lang/rust.git',
617+
'18bbf5f118e721477fec1cde3c11d3fd2faebcd3')
618+
612619
print('Finished applying cherry-picks.')
613620

614621

update_rust.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# These fields are written by //tools/clang/scripts/upload_revision.py, and
3333
# should not be changed manually.
3434
RUST_REVISION = 'eb4e2346748e1760f74fcaa27b42431e0b95f8f3'
35-
RUST_SUB_REVISION = 1
35+
RUST_SUB_REVISION = 2
3636

3737
# The revision of Crubit to use from https://github.com/google/crubit
3838
#

0 commit comments

Comments
 (0)