Skip to content
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

Allow failure when setting file mtime. #8185

Merged
merged 1 commit into from
Apr 30, 2020

Conversation

ehuss
Copy link
Contributor

@ehuss ehuss commented Apr 30, 2020

Some filesystems do not allow changing file mtimes (most recent example is a Windows mount in WSL). Since these operations are not critical to Cargo's operation, errors should probably just be ignored. (Currently they are used for mid-build modification protection, and the unstable mtime-on-use).

Fixes #8184

@rust-highfive
Copy link

r? @alexcrichton

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

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 30, 2020
@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Collaborator

bors commented Apr 30, 2020

📌 Commit 5f9d9f2 has been approved by alexcrichton

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 30, 2020
@bors
Copy link
Collaborator

bors commented Apr 30, 2020

⌛ Testing commit 5f9d9f2 with merge ba832ac...

@bors
Copy link
Collaborator

bors commented Apr 30, 2020

☀️ Test successful - checks-azure
Approved by: alexcrichton
Pushing ba832ac to master...

@bors bors merged commit ba832ac into rust-lang:master Apr 30, 2020
@ehuss ehuss added this to the 1.45.0 milestone Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rust unable to perform cargo run and cargo build on WSL
4 participants