Skip to content

When uplifting directories, symlink them instead of hard-link them. #4672

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
Oct 29, 2017

Conversation

kennytm
Copy link
Member

@kennytm kennytm commented Oct 28, 2017

Fixes #4671.

@rust-highfive
Copy link

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+

Thanks!

@bors
Copy link
Contributor

bors commented Oct 29, 2017

📌 Commit 53e90d7 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Oct 29, 2017

⌛ Testing commit 53e90d7 with merge 859c230...

bors added a commit that referenced this pull request Oct 29, 2017
When uplifting directories, symlink them instead of hard-link them.

Fixes #4671.
@bors
Copy link
Contributor

bors commented Oct 29, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing 859c230 to master...

@bors bors merged commit 53e90d7 into rust-lang:master Oct 29, 2017
@kennytm kennytm deleted the fix-4671 branch October 29, 2017 17:30
kennytm added a commit to kennytm/rust that referenced this pull request Oct 29, 2017
Brings in rust-lang/cargo#4672, unbreaks nightly on macOS APFS.
bors added a commit to rust-lang/rust that referenced this pull request Oct 30, 2017
Update cargo.

Brings in rust-lang/cargo#4672, unbreaks nightly on macOS APFS.

Fixes #45607.

r? @alexcrichton
bors added a commit that referenced this pull request Nov 22, 2017
[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.
@ehuss ehuss added this to the 1.23.0 milestone Feb 6, 2022
@ehuss ehuss modified the milestones: 1.23.0, 1.22.0 Feb 14, 2022
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.

Cargo from rustup nightly as of Oct 28 2017 does not cargo build correctly on macOS 10.13 on APFS
5 participants