Skip to content
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.

Attempt to work around rust-lang/cargo#5956 #131

Merged
merged 1 commit into from
Oct 18, 2018
Merged

Conversation

alexcrichton
Copy link
Owner

Work around vendoring stale contents by forcing Cargo to re-unpack all
crates which we vendor.

Closes #130

Work around vendoring stale contents by forcing Cargo to re-unpack all
crates which we vendor.

Closes #130
@luser
Copy link

luser commented Oct 18, 2018

This looks reasonable to me. Hopefully this is enough to address the issues we've seen!

@alexcrichton alexcrichton merged commit 5be9cd9 into master Oct 18, 2018
@alexcrichton alexcrichton deleted the delete-things branch October 18, 2018 13:20

// First up attempt to work around rust-lang/cargo#5956. Apparently build
// artifacts sprout up in Cargo's global cache for whatever reason, although
// it's unsure what tool is causing these issues at this time. For now we
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC, semverver is one such tool that I've noticed building directly in the cache.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh interesting! Do you know if there's an issue on the repo for that already to cc?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I haven't pursued it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants