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 a bug where the rustfmt tarball was not being produced #46025

Merged
merged 1 commit into from
Nov 16, 2017

Conversation

nrc
Copy link
Member

@nrc nrc commented Nov 16, 2017

r? @alexcrichton

This makes rustfmt a dep of 'extended', which seems to be necessary for the rustfmt dist step to actually get run.

@Mark-Simulacrum
Copy link
Member

This makes complete sense to me now -- neither RLS nor Rustfmt are marked as default steps in rustbuild, so neither will run unless their paths are specified or they are required by a different build step (e.g., extended).

@bors r+ p=1

@bors
Copy link
Contributor

bors commented Nov 16, 2017

📌 Commit 262029e has been approved by Mark-Simulacrum

@bors
Copy link
Contributor

bors commented Nov 16, 2017

⌛ Testing commit 262029e with merge 8385fc0...

bors added a commit that referenced this pull request Nov 16, 2017
Fix a bug where the rustfmt tarball was not being produced

r? @alexcrichton

This makes rustfmt a dep of 'extended', which seems to be necessary for the rustfmt dist step to actually get run.
@bors
Copy link
Contributor

bors commented Nov 16, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: Mark-Simulacrum
Pushing 8385fc0 to master...

@bors bors merged commit 262029e into rust-lang:master Nov 16, 2017
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.

4 participants