-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[beta] When uplifting directories, symlink them instead of hard-link them. #4739
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Ok, let's get this going! @bors r+ After this is merged, you'll need to send a PR against rust-lang/rust, as desribed here: https://github.com/rust-lang-nursery/rust-forge/blob/master/beta-backporting.md#backporting-in-rust-langcargo |
📌 Commit 2c6a0fe has been approved by |
[beta] When uplifting directories, symlink them instead of hard-link them. Backport of #4672 to 1.22 (cargo 0.23) The current stable RC (cee38cd) contains #4616 *but not* #4672. Without the latter it is known to cause #4671 on APFS (enabled by default on macOS 10.13 "High Sierra"). The issue was found by kpy3 on https://internals.rust-lang.org/t/rust-1-22-0-prerelease-testing/6282/2.
☀️ Test successful - status-appveyor, status-travis |
This backport includes rust-lang/cargo#4739, required for building projects in debug mode with cargo on macOS High Sierra.
[stable] Update cargo to fix breakage on macOS High Sierra; Update version to 1.22.1. This backport includes rust-lang/cargo#4739, required for building projects in debug mode with Cargo on macOS High Sierra (see the Cargo PR for details).
[stable] Update cargo to fix breakage on macOS High Sierra; Update version to 1.22.1. This backport includes rust-lang/cargo#4739, required for building projects in debug mode with Cargo on macOS High Sierra (see the Cargo PR for details).
Backport of #4672 to 1.22 (cargo 0.23)
The current stable RC (cee38cd) contains #4616 but not #4672. Without the latter it is known to cause #4671 on APFS (enabled by default on macOS 10.13 "High Sierra").
The issue was found by kpy3 on https://internals.rust-lang.org/t/rust-1-22-0-prerelease-testing/6282/2.