-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ci: Update FreeBSD and illumos binutils to 2.40 #113986
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
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
@bors r+ rollup=iffy Approving since it looks like we're not documenting the version used here on platform support (so bumping should be OK). But, we can revert if folks disagree and ideally document as part of that. |
📌 Commit c034d81d59d9fb2409cbde7b031bbbff142f87f3 has been approved by It is now in the queue for this repository. |
⌛ Testing commit c034d81d59d9fb2409cbde7b031bbbff142f87f3 with merge a4284b104cdf5383b4c308c5f6455b36575a7f33... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
@bors retry |
⌛ Testing commit c034d81d59d9fb2409cbde7b031bbbff142f87f3 with merge 2ca38087663938fa4a82c1f457f9d719a296172d... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
9064b9d
to
261084e
Compare
@bors r=Mark-Simulacrum |
📌 Commit 261084ed5b13189fb0b88f7ca9866309d8500e51 has been approved by It is now in the queue for this repository. |
⌛ Testing commit 261084ed5b13189fb0b88f7ca9866309d8500e51 with merge 227ebf0999222ea55834a82025ff5800c61ea261... |
💔 Test failed - checks-actions |
I modified illumos but not FreeBSD in the last commit, but https://github.com/rust-lang-ci/rust/actions/runs/5936575091/job/16097426616 (FreeBSD) gave me
It looks flaky? |
It looks like a legitimate failure:
|
You can locally test the container using |
The current old 2.25 seems to cause trouble to rust-lang#106511. Install texinfo to dist-x86_64-freebsd/Dockerfile like other containers to fix ``` MAKEINFO doc/bfd.info /binutils/binutils-2.40/missing: 81: /binutils/binutils-2.40/missing: makeinfo: not found WARNING: 'makeinfo' is missing on your system. ```
Thank you. Added this hunk
|
@bors r+ rollup=never |
☀️ Test successful - checks-actions |
Finished benchmarking commit (3475fa7): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 634.811s -> 634.459s (-0.06%) |
The current old 2.25 seems to cause trouble to #106511.
Install texinfo to dist-x86_64-freebsd/Dockerfile like other containers
to fix
https://www.freshports.org/devel/binutils uses 2.40 for FreeBSD 12.x as well.
@nikic