Skip to content

Commit b1dffcf

Browse files
chbaker0Aravind Vasudevan
authored and
Aravind Vasudevan
committed
Fall back to last successful Rust build
Bug: 1383950 Change-Id: Ied1fe3f17b4fc184da8f8f11fc7a6edaebb88277 Cq-Include-Trybots: luci.chromium.try:android-rust-arm-dbg,android-rust-arm-rel,linux-rust-x64-dbg,linux-rust-x64-rel Change-Id: Ied1fe3f17b4fc184da8f8f11fc7a6edaebb88277 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4030666 Reviewed-by: danakj <[email protected]> Auto-Submit: Collin Baker <[email protected]> Commit-Queue: Collin Baker <[email protected]> Commit-Queue: danakj <[email protected]> Cr-Commit-Position: refs/heads/main@{#1072481} NOKEYCHECK=True GitOrigin-RevId: 910c8a529551256e6e575c3e2de6d3fd968d1f76
1 parent d78c299 commit b1dffcf

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-9369-g87a20868-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)