File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
33
33
# These fields are written by //tools/clang/scripts/upload_revision.py, and
34
34
# should not be changed manually.
35
- RUST_REVISION = 'ac4379fea9e83465d814bb05005689f49bd2141e '
36
- RUST_SUB_REVISION = 7
35
+ RUST_REVISION = '17c11672167827b0dd92c88ef69f24346d1286dd '
36
+ RUST_SUB_REVISION = 1
37
37
38
38
# Trunk on 2022-10-15.
39
39
#
65
65
# TODO(lukasza): Include CRUBIT_REVISION and CRUBIT_SUB_REVISION once we
66
66
# include Crubit binaries in the generated package. See also a TODO comment
67
67
# in BuildCrubit in package_rust.py.
68
- FALLBACK_REVISION = 'ac4379fea9e83465d814bb05005689f49bd2141e-7 -llvmorg-17-init-3874-g93a2fecc -1'
68
+ FALLBACK_REVISION = '17c11672167827b0dd92c88ef69f24346d1286dd-1 -llvmorg-17-init-8029-g27f27d15 -1'
69
69
70
70
# Hash of src/stage0.json, which itself contains the stage0 toolchain hashes.
71
71
# We trust the Rust build system checks, but to ensure it is not tampered with
72
72
# itself check the hash.
73
- STAGE0_JSON_SHA256 = 'b45d1f388bfe54887d5776937e05a135ec819b6d2190b8794bb87bd7072e5553 '
73
+ STAGE0_JSON_SHA256 = '7339c4d847db37e8c0b69b5c037bb708fcce1baf22ac5bf598dc739e559bcbc1 '
74
74
75
75
THIS_DIR = os .path .abspath (os .path .dirname (__file__ ))
76
76
CHROMIUM_DIR = os .path .abspath (os .path .join (THIS_DIR , '..' , '..' ))
You can’t perform that action at this time.
0 commit comments