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

mk: Don't build compiler-docs before installation. #25699 #25717

Merged
merged 1 commit into from
May 23, 2015

Conversation

brson
Copy link
Contributor

@brson brson commented May 22, 2015

The install target depends on compiler-docs but 'all' does not.
This means that running 'make && make install' will run additional
doc builds and tests during installation, which hides bugs in
the build.

For now this just unconditionally stops building compiler docs.

The install target depends on compiler-docs but 'all' does not.
This means that running 'make && make install' will run additional
doc builds and tests during installation, which hides bugs in
the build.

For now this just unconditionally stops building compiler docs.
@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

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

@brson
Copy link
Contributor Author

brson commented May 22, 2015

This is blocking nightlies.

@pnkfelix
Copy link
Member

@bors r+ p=1

@bors
Copy link
Contributor

bors commented May 22, 2015

📌 Commit e90959e has been approved by pnkfelix

bors added a commit that referenced this pull request May 23, 2015
The install target depends on compiler-docs but 'all' does not.
This means that running 'make && make install' will run additional
doc builds and tests during installation, which hides bugs in
the build.

For now this just unconditionally stops building compiler docs.
@bors
Copy link
Contributor

bors commented May 23, 2015

⌛ Testing commit e90959e with merge f472403...

@bors bors merged commit e90959e into rust-lang:master May 23, 2015
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.

5 participants