-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Update cargo #88956
Update cargo #88956
Conversation
|
@bors r+ |
📌 Commit 4be29a871ea86dcf973eaee0227837163009a6ad has been approved by |
@bors r- |
@bors r+ p=1 |
📌 Commit d5307604d0e92663c527a7bed9b9fc190e28bb4e has been approved by |
🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened. |
⌛ Testing commit d5307604d0e92663c527a7bed9b9fc190e28bb4e with merge 4f31c8fd62cbae7b8912b7598f5232587348efa0... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
Continuing this here since this may be the best place for this. Looking into this I'm confused what's happening. The undefined symbols are in This means that the bug here could be in the illumos-specific toolchain. I see that gcc 8.4.0 is being used with binutils 2.25.1. Those aren't really all that old and I just built and ran tests for I'll try to build the illumos container locally with this PR and dig further. |
Well silly me should have checked this first. The |
@bors r+ |
📌 Commit 1626fee has been approved by |
☀️ Test successful - checks-actions |
For any perf triagers noticing the bootstrap and wall time improvement from this PR, it is almost certainly due to enabling performance rather than on demand cpu frequency governor on the perf collector. I think this got disabled by accident at some point (likely after a reboot). |
13 commits in e515c3277bf0681bfc79a9e763861bfe26bb05db..33ee5f82edb50af87b952c5b28de0f5fb41ebf18
2021-09-08 14:32:15 +0000 to 2021-09-17 13:51:54 +0000
--document-private-items
(Fix warnings when documenting with--document-private-items
cargo#9903)dead_code
lint (Fix warnings from better precision ofdead_code
lint cargo#9906)cargo fix --edition
on stable. (Fixcargo fix --edition
on stable. cargo#9890)