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

Download Rust snapshots in make rather than configure. #3096

Merged
merged 1 commit into from Aug 15, 2014

Conversation

SimonSapin
Copy link
Member

When parallel make (-j) is used, this enables building non-Rust dependencies while the Rust compiler is being downloaded.

On my laptop, from an empty build directory, ~/projects/servo/configure --disable-optimize && make -j6 goes from ~7 minutes to ~6 minutes. The difference matches the download time.

When parallel make (`-j`) is used, this enables building non-Rust dependencies
while the Rust compiler is being downloaded.

On my laptop, from an empty build directory,
`~/projects/servo/configure --disable-optimize && make -j6`
goes from ~7 minutes to ~6 minutes.
The difference matches the download time.
@hoppipolla-critic-bot
Copy link

Critic review: https://critic.hoppipolla.co.uk/r/2371

This is an external review system which you may optionally use for the code review of your pull request.

In order to help critic track your changes, please do not make in-place history rewrites (e.g. via git rebase -i or git commit --amend) when updating this pull request.

SimonSapin added a commit that referenced this pull request Aug 15, 2014
Download Rust snapshots in make rather than configure. r=@Manishearth
@SimonSapin SimonSapin merged commit 061e7e1 into servo:master Aug 15, 2014
@SimonSapin SimonSapin deleted the make-snapshot branch August 15, 2014 20:57
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.

None yet

2 participants