Skip to content

Commit 1630591

Browse files
chbaker0Aravind Vasudevan
authored andcommitted
Fall back to last successful Rust build
Bug: None Change-Id: I7a2fa196d9c273c1ded0aee9ad1ef9886dd8e1a6 Cq-Include-Trybots: luci.chromium.try:android-rust-arm-dbg,android-rust-arm-rel,linux-rust-x64-dbg,linux-rust-x64-rel Change-Id: I7a2fa196d9c273c1ded0aee9ad1ef9886dd8e1a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3876605 Reviewed-by: Łukasz Anforowicz <[email protected]> Commit-Queue: Collin Baker <[email protected]> Auto-Submit: Collin Baker <[email protected]> Cr-Commit-Position: refs/heads/main@{#1043632} NOKEYCHECK=True GitOrigin-RevId: d70f49a6d6e632c82cad9ad05e05da18ad5a8942
1 parent d0e50c9 commit 1630591

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 = None
48+
FALLBACK_CLANG_VERSION = 'llvmorg-16-init-3375-gfed71b04-1'
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)