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

rustbuild: Fix dependency tracking with new Cargo #36439

Merged
merged 1 commit into from
Sep 16, 2016

Conversation

alexcrichton
Copy link
Member

The recent Cargo update changed filenames, which broke a lot of incremental
rustbuild builds. What it thought were the output files were indeed no longer
the output files! (wreaking havoc).

This commit updates this to stop guessing filenames of Cargo and just manage
stamp files instead.

@rust-highfive
Copy link
Collaborator

r? @aturon

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

The recent Cargo update changed filenames, which broke a lot of incremental
rustbuild builds. What it thought were the output files were indeed no longer
the output files! (wreaking havoc).

This commit updates this to stop guessing filenames of Cargo and just manage
stamp files instead.
@alexcrichton
Copy link
Member Author

r? @brson

@rust-highfive rust-highfive assigned brson and unassigned aturon Sep 13, 2016
@japaric
Copy link
Member

japaric commented Sep 15, 2016

LGTM and have tested this locally and the bug is driving me crazy.

@bors r+

@bors
Copy link
Contributor

bors commented Sep 15, 2016

📌 Commit 194a91b has been approved by japaric

sophiajt pushed a commit to sophiajt/rust that referenced this pull request Sep 15, 2016
rustbuild: Fix dependency tracking with new Cargo

The recent Cargo update changed filenames, which broke a lot of incremental
rustbuild builds. What it thought were the output files were indeed no longer
the output files! (wreaking havoc).

This commit updates this to stop guessing filenames of Cargo and just manage
stamp files instead.
@bors
Copy link
Contributor

bors commented Sep 16, 2016

⌛ Testing commit 194a91b with merge 5511a93...

bors added a commit that referenced this pull request Sep 16, 2016
rustbuild: Fix dependency tracking with new Cargo

The recent Cargo update changed filenames, which broke a lot of incremental
rustbuild builds. What it thought were the output files were indeed no longer
the output files! (wreaking havoc).

This commit updates this to stop guessing filenames of Cargo and just manage
stamp files instead.
@bors bors merged commit 194a91b into rust-lang:master Sep 16, 2016
@alexcrichton alexcrichton deleted the fix-rustbuild branch October 6, 2016 18:06
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.

6 participants