Skip to content

Add option to mount the source directory read-write #99

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

Merged
merged 1 commit into from
May 31, 2025

Conversation

ehuss
Copy link
Contributor

@ehuss ehuss commented May 24, 2025

This adds the Command::source_dir_mount_kind method to provide the ability to mount the source directory as read-write. This is needed for the testing that we want to do in crater to test cargo fix and edition migrations. This is needed because cargo fix inherently needs to modify the source directory.

This adds the `Command::source_dir_mount_kind` method to provide the
ability to mount the source directory as read-write. This is needed for
the testing that we want to do in crater to test `cargo fix` and edition
migrations. This is needed because `cargo fix` inherently needs to
modify the source directory.
@syphar syphar merged commit 8330f60 into rust-lang:master May 31, 2025
5 checks passed
@syphar
Copy link
Member

syphar commented May 31, 2025

@ehuss there is a pending security fix I want to add to the next release, hopefully merged the next days,

feel free to ping me if you need an earlier release.

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.

2 participants