-
Notifications
You must be signed in to change notification settings - Fork 13.8k
ci: Use GNU coreutils to work around a libffi-sys build failure #147581
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
@bors try jobs=aarch64-gnu,aarch64-gnu-debug,aarch64-gnu-llvm-20-1,aarch64-gnu-llvm-20-2 |
This comment has been minimized.
This comment has been minimized.
ci: Use GNU coreutils to work around a libffi-sys build failure try-job: aarch64-gnu try-job: aarch64-gnu-debug try-job: aarch64-gnu-llvm-20-1 try-job: aarch64-gnu-llvm-20-2
Umm, why have we even been using Ubuntu 25.10 when it wasn't even released yet... |
@bors r+ p=101 Let's try in parallel if it helps. |
🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened. |
Since the queue is stopped, I think we might a swell "try" this by just landing it -- it's not like that'd be wasting any queue time... @Kobzol do we still have to be careful with approving a PR while a try build is ongoing, or is that mitigated now that try builds are done by new-bors? |
Ah okay, never mind. :) @bors p=1001 |
Try and auto builds are completely separated now, so no need to wait. I approved the PR. |
Hm, is it actually testing this now or not? The error is confusing, at the very least... |
It is confusing indeed. https://bors.rust-lang.org/queue/rust it is being tested. |
|
☀️ Test successful - checks-actions |
@bors treeclosed- |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 9725c4b (parent) -> b3f8586 (this PR) Test differencesNo test diffs found Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard b3f8586fb1e4859678d6b231e780ff81801d2282 --output-dir test-dashboard And then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
This is an attempt to work around the CI failures at #147556, by switching back to GNU coreutils (instead of uutils) on the Ubuntu 25.10 jobs.