Skip to content

Conversation

@nia-e
Copy link
Member

@nia-e nia-e commented Oct 15, 2025

Closes #4633

The actual breaking change in libffi 5.0 seems to be the lifetime on the libffi::middle::Arg type, which we were already more-or-less respecting the semantics of. This lets us simplify the code that handles it so hooray!

@rustbot
Copy link
Collaborator

rustbot commented Oct 15, 2025

Thank you for contributing to Miri!
Please remember to not force-push to the PR branch except when you need to rebase due to a conflict or when the reviewer asks you for it.

@rustbot rustbot added the S-waiting-on-review Status: Waiting for a review to complete label Oct 15, 2025
@RalfJung
Copy link
Member

That was very quick, thanks :)

@RalfJung RalfJung enabled auto-merge October 15, 2025 12:24
@RalfJung RalfJung added this pull request to the merge queue Oct 15, 2025
Merged via the queue into rust-lang:master with commit 7d4e2b9 Oct 15, 2025
13 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Waiting for a review to complete label Oct 15, 2025
bors added a commit to rust-lang/rust that referenced this pull request Nov 7, 2025
ci: Switch back to default coreutils (uutils) after libffi-sys bump

Now that Miri has updated to the latest `libffi-sys`, we should be able to remove the GNU coreutils workaround, and switch back to the default coreutils (uutils) in the runners using Ubuntu 25.10 images.

If we encounter any other uutils compatibility problems in the future, they should hopefully be easier to trace back to specific changes.

- #147581
- rust-lang/miri#4634
- #147744

Closes #147556.
github-actions bot pushed a commit that referenced this pull request Nov 8, 2025
ci: Switch back to default coreutils (uutils) after libffi-sys bump

Now that Miri has updated to the latest `libffi-sys`, we should be able to remove the GNU coreutils workaround, and switch back to the default coreutils (uutils) in the runners using Ubuntu 25.10 images.

If we encounter any other uutils compatibility problems in the future, they should hopefully be easier to trace back to specific changes.

- rust-lang/rust#147581
- #4634
- rust-lang/rust#147744

Closes rust-lang/rust#147556.
github-actions bot pushed a commit to rust-lang/stdarch that referenced this pull request Nov 10, 2025
ci: Switch back to default coreutils (uutils) after libffi-sys bump

Now that Miri has updated to the latest `libffi-sys`, we should be able to remove the GNU coreutils workaround, and switch back to the default coreutils (uutils) in the runners using Ubuntu 25.10 images.

If we encounter any other uutils compatibility problems in the future, they should hopefully be easier to trace back to specific changes.

- rust-lang/rust#147581
- rust-lang/miri#4634
- rust-lang/rust#147744

Closes rust-lang/rust#147556.
github-actions bot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request Nov 10, 2025
ci: Switch back to default coreutils (uutils) after libffi-sys bump

Now that Miri has updated to the latest `libffi-sys`, we should be able to remove the GNU coreutils workaround, and switch back to the default coreutils (uutils) in the runners using Ubuntu 25.10 images.

If we encounter any other uutils compatibility problems in the future, they should hopefully be easier to trace back to specific changes.

- rust-lang/rust#147581
- rust-lang/miri#4634
- rust-lang/rust#147744

Closes rust-lang/rust#147556.
makai410 pushed a commit to makai410/rustc_public that referenced this pull request Nov 10, 2025
ci: Switch back to default coreutils (uutils) after libffi-sys bump

Now that Miri has updated to the latest `libffi-sys`, we should be able to remove the GNU coreutils workaround, and switch back to the default coreutils (uutils) in the runners using Ubuntu 25.10 images.

If we encounter any other uutils compatibility problems in the future, they should hopefully be easier to trace back to specific changes.

- rust-lang/rust#147581
- rust-lang/miri#4634
- rust-lang/rust#147744

Closes rust-lang/rust#147556.
makai410 pushed a commit to makai410/rust that referenced this pull request Nov 10, 2025
ci: Switch back to default coreutils (uutils) after libffi-sys bump

Now that Miri has updated to the latest `libffi-sys`, we should be able to remove the GNU coreutils workaround, and switch back to the default coreutils (uutils) in the runners using Ubuntu 25.10 images.

If we encounter any other uutils compatibility problems in the future, they should hopefully be easier to trace back to specific changes.

- rust-lang#147581
- rust-lang/miri#4634
- rust-lang#147744

Closes rust-lang#147556.
makai410 pushed a commit to makai410/rustc_public that referenced this pull request Nov 16, 2025
ci: Switch back to default coreutils (uutils) after libffi-sys bump

Now that Miri has updated to the latest `libffi-sys`, we should be able to remove the GNU coreutils workaround, and switch back to the default coreutils (uutils) in the runners using Ubuntu 25.10 images.

If we encounter any other uutils compatibility problems in the future, they should hopefully be easier to trace back to specific changes.

- rust-lang/rust#147581
- rust-lang/miri#4634
- rust-lang/rust#147744

Closes rust-lang/rust#147556.
lnicola pushed a commit to lnicola/rust-analyzer that referenced this pull request Nov 19, 2025
ci: Switch back to default coreutils (uutils) after libffi-sys bump

Now that Miri has updated to the latest `libffi-sys`, we should be able to remove the GNU coreutils workaround, and switch back to the default coreutils (uutils) in the runners using Ubuntu 25.10 images.

If we encounter any other uutils compatibility problems in the future, they should hopefully be easier to trace back to specific changes.

- rust-lang/rust#147581
- rust-lang/miri#4634
- rust-lang/rust#147744

Closes rust-lang/rust#147556.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump libffi dependency

3 participants