File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
os .path .join (os .path .dirname (os .path .abspath (__file__ )), '..' , 'clang' ,
28
28
'scripts' ))
29
29
30
- RUST_REVISION = '20221101 '
30
+ RUST_REVISION = '20221118 '
31
31
RUST_SUB_REVISION = 1
32
32
33
33
# Trunk on 2022-10-15.
45
45
# This should almost always be None. When a breakage happens the fallback should
46
46
# be temporary. Once fixed, the applicable revision(s) above should be updated
47
47
# and FALLBACK_CLANG_VERSION should be reset to None.
48
- FALLBACK_CLANG_VERSION = 'llvmorg-16-init-9369-g87a20868-1'
48
+ FALLBACK_CLANG_VERSION = None
49
49
50
50
# Hash of src/stage0.json, which itself contains the stage0 toolchain hashes.
51
51
# We trust the Rust build system checks, but to ensure it is not tampered with
52
52
# itself check the hash.
53
53
STAGE0_JSON_SHA256 = (
54
- 'c0909797c1901c32985a40ec6b54b9ccad8464aa5dbebd20235db094fee1a6bc ' )
54
+ '07f4d4ddde6910a70f16f372309525528ff42499fb50317e6ded4bfe1b6ce7cf ' )
55
55
56
56
THIS_DIR = os .path .abspath (os .path .dirname (__file__ ))
57
57
CHROMIUM_DIR = os .path .abspath (os .path .join (THIS_DIR , '..' , '..' ))
You can’t perform that action at this time.
0 commit comments