Commit 8ef68d5
committed
Fix canary to use latest dependency versions from PRs
The canary was using stale dependency versions from committed Cargo.lock
files instead of the versions specified in PRs. This caused the canary
to miss the crc-fast 1.4 SIGILL issue.
Solution: Delete workspace Cargo.lock files before running the canary to
force fresh dependency resolution. This ensures the canary tests the exact
dependency versions from the PR.
Fixes #39811 parent 34aaa4b commit 8ef68d5
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
18 | 25 | | |
19 | 26 | | |
20 | 27 | | |
| |||
0 commit comments