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

Simplify host triplet passing code #1645

Merged
merged 1 commit into from
Feb 11, 2019

Conversation

dwijnand
Copy link
Member

@dwijnand dwijnand commented Feb 8, 2019

No description provided.

@dwijnand dwijnand force-pushed the simplify-host-triplet-passing-code branch 3 times, most recently from 34fd7b2 to 726bab9 Compare February 8, 2019 14:16
Copy link
Member

@nrc nrc left a comment

Choose a reason for hiding this comment

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

Looks good other than the question about the rerun directive

.unwrap()
.write_all(target.as_bytes())
.unwrap();
println!("cargo:rerun-if-changed=build.rs");
Copy link
Member

Choose a reason for hiding this comment

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

Looks like my comment was lost: I thought we would need to keep this directive in order to avoid unnecessary rebuilds?

Copy link
Member Author

Choose a reason for hiding this comment

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

I was torn about whether to assume this was still necessary or whether it was legacy cruft. Looks like I went with the latter assumption. I'll recover it and we can dump it another day if need be.

@dwijnand dwijnand force-pushed the simplify-host-triplet-passing-code branch from 726bab9 to 2067d36 Compare February 10, 2019 10:11
@nrc nrc merged commit 2ba84ae into rust-lang:master Feb 11, 2019
@nrc
Copy link
Member

nrc commented Feb 11, 2019

Thanks!

@dwijnand dwijnand deleted the simplify-host-triplet-passing-code branch February 11, 2019 09:13
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.

2 participants