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

fix msvc passthrough arguments #801

Merged
merged 1 commit into from
Jul 1, 2020

Conversation

froydnj
Copy link
Contributor

@froydnj froydnj commented Jun 24, 2020

#764 and its followon patch, #768, failed to take into account that
passthrough arguments actually need to be passed through to the compiler
invocation: they don't prevent caching, but they do need to be
considered when computing the cache key...and when actually performing
the compilation.

@mathstuf
Copy link
Contributor

This appears to fix #802 for me.

src/compiler/msvc.rs Outdated Show resolved Hide resolved
mozilla#764 and its followon patch, mozilla#768, failed to take into account that
passthrough arguments actually need to be passed through to the compiler
invocation: they don't prevent caching, but they do need to be
considered when computing the cache key...and when actually performing
the compilation.
@froydnj froydnj force-pushed the fix-msvc-passthrough-arguments branch from e3047d3 to 569bfc5 Compare July 1, 2020 13:37
@froydnj froydnj requested a review from glandium July 1, 2020 13:38
@froydnj froydnj merged commit e654df8 into mozilla:master Jul 1, 2020
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.

3 participants