Commit 1d23e98
Fall back to last working Rust build
A recent Clang roll did not produce a working Rust package. There are
two bugs blocking a Rust roll to fix the issue. In the meantime, fall
back to the last package.
Additionally, this changes update_rust.py to handle when the version stamp in the existing Rust package does not have the expected format. In this case it will always download and unpack a new package.
Bug: 1379429, 1377429
Change-Id: I6dbbabedc710ea06d964206d4e0b6b1c6b8afac4
Cq-Include-Trybots: luci.chromium.try:android-rust-arm-dbg,android-rust-arm-rel,linux-rust-x64-dbg,linux-rust-x64-rel
Change-Id: I6dbbabedc710ea06d964206d4e0b6b1c6b8afac4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3999834
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Collin Baker <collinbaker@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Auto-Submit: Collin Baker <collinbaker@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1066727}
NOKEYCHECK=True
GitOrigin-RevId: 152639d5b6935f508051ffd456a3225de5dbdf861 parent ca3b661 commit 1d23e98
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| |||
0 commit comments