Skip to content

Commit d0e50c9

Browse files
chbaker0Aravind Vasudevan
authored andcommitted
Disable Clang version fallback for Rust package
Bug: None Change-Id: I5798f77d8cec0643a311ae3e4992c127f144555f Cq-Include-Trybots: luci.chromium.try:android-rust-arm-dbg,android-rust-arm-rel,linux-rust-x64-dbg,linux-rust-x64-rel Change-Id: I5798f77d8cec0643a311ae3e4992c127f144555f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3868496 Reviewed-by: Łukasz Anforowicz <[email protected]> Commit-Queue: Collin Baker <[email protected]> Cr-Commit-Position: refs/heads/main@{#1042291} NOKEYCHECK=True GitOrigin-RevId: f1f59c7d295a05f24f52e94835053f00077e17a8
1 parent 62d8c7a commit d0e50c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_rust.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# This should almost always be None. When a breakage happens the fallback should
4646
# be temporary. Once fixed, the applicable revision(s) above should be updated
4747
# and FALLBACK_CLANG_VERSION should be reset to None.
48-
FALLBACK_CLANG_VERSION = 'llvmorg-16-init-907-g8b740747-4'
48+
FALLBACK_CLANG_VERSION = None
4949

5050
# Hash of src/stage0.json, which itself contains the stage0 toolchain hashes.
5151
# We trust the Rust build system checks, but to ensure it is not tampered with

0 commit comments

Comments
 (0)