-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[beta-1.80] Update cargo #127811
[beta-1.80] Update cargo #127811
Conversation
|
Some changes occurred in src/tools/cargo cc @ehuss |
This should be done before beta cutoff. @bors r+ rollup=never p=1 |
…nglo [beta-1.80] Update cargo 1 commits in 34a6a87d8a2330d8c9d578f927489689328a652d..37629051518c3df9ac2c1744589362a02ecafa99 2024-06-04 15:31:01 +0000 to 2024-07-16 01:31:28 +0000 - [beta-1.80.0] chore: downgrade to [email protected] (rust-lang/cargo#14255)
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
Doesn't look relevant. @bors retry |
…nglo [beta-1.80] Update cargo 1 commits in 34a6a87d8a2330d8c9d578f927489689328a652d..37629051518c3df9ac2c1744589362a02ecafa99 2024-06-04 15:31:01 +0000 to 2024-07-16 01:31:28 +0000 - [beta-1.80.0] chore: downgrade to [email protected] (rust-lang/cargo#14255)
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
Let's try again and see if it was just bad luck. @bors try |
[beta-1.80] Update cargo 1 commits in 34a6a87d8a2330d8c9d578f927489689328a652d..37629051518c3df9ac2c1744589362a02ecafa99 2024-06-04 15:31:01 +0000 to 2024-07-16 01:31:28 +0000 - [beta-1.80.0] chore: downgrade to [email protected] (rust-lang/cargo#14255)
☀️ Try build successful - checks-actions |
Hmm… didn't really try RISCV. Maybe because there were some homu-ignore lines. Try again @bors try |
[beta-1.80] Update cargo 1 commits in 34a6a87d8a2330d8c9d578f927489689328a652d..37629051518c3df9ac2c1744589362a02ecafa99 2024-06-04 15:31:01 +0000 to 2024-07-16 01:31:28 +0000 - [beta-1.80.0] chore: downgrade to [email protected] (rust-lang/cargo#14255) try-job: dist-riscv64-linux
@weihanglo If you want to try a different target, the easiest thing to do is to edit There are some docs for that at https://rustc-dev-guide.rust-lang.org/tests/ci.html#modifying-ci-jobs. |
|
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
Oh! Sorry, I didn't see that. You are right, that should work. |
binutils 2.40 is required by LLVM 19, as older versions do not know about the zmmull extension. I've had to backport some patches to glibc and gcc as well, as they don't build with binutils 2.40. Alternatively, we could also switch to glibc 2.35 and gcc 12 (I think). I figured we'd want to avoid the glibc version change, but if that's fine for riscv I can go with that instead.
@bors try |
[beta-1.80] Update cargo 1 commits in 34a6a87d8a2330d8c9d578f927489689328a652d..37629051518c3df9ac2c1744589362a02ecafa99 2024-06-04 15:31:01 +0000 to 2024-07-16 01:31:28 +0000 - [beta-1.80.0] chore: downgrade to [email protected] (rust-lang/cargo#14255) try-job: dist-riscv64-linux
☀️ Try build successful - checks-actions |
Looks good to me. |
Nice. Thank you! Going to merge this before beta cutoff. @bors r+ rollup=never p=1 |
☀️ Test successful - checks-actions |
1 commits in 34a6a87d8a2330d8c9d578f927489689328a652d..37629051518c3df9ac2c1744589362a02ecafa99
2024-06-04 15:31:01 +0000 to 2024-07-16 01:31:28 +0000
try-job: dist-riscv64-linux