Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

rustbuild: Fix dependencies of build-manifest #44144

Merged
merged 1 commit into from
Aug 30, 2017

Conversation

alexcrichton
Copy link
Member

No need to depend on librustc! All we need is libstd

Closes #44140

No need to depend on librustc! All we need is libstd

Closes rust-lang#44140
@rust-highfive
Copy link
Collaborator

r? @aturon

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

@alexcrichton
Copy link
Member Author

r? @Mark-Simulacrum

@Mark-Simulacrum
Copy link
Member

Good point. I think the original reason this was librustc is because it depends on proc macros, but since we currently build in stage0 that's fine I believe. Worst case is it doesn't work (and I assume we test that somewhere and at least manually).

@bors r+

@bors
Copy link
Contributor

bors commented Aug 29, 2017

📌 Commit ecd127d has been approved by Mark-Simulacrum

@frewsxcv
Copy link
Member

@bors rollup

frewsxcv added a commit to frewsxcv/rust that referenced this pull request Aug 29, 2017
…r=Mark-Simulacrum

rustbuild: Fix dependencies of build-manifest

No need to depend on librustc! All we need is libstd

Closes rust-lang#44140
@alexcrichton alexcrichton added beta-accepted Accepted for backporting to the compiler in the beta channel. beta-nominated Nominated for backporting to the compiler in the beta channel. labels Aug 29, 2017
@alexcrichton
Copy link
Member Author

We're gonna backport this to make deployments easier on beta/stable

frewsxcv added a commit to frewsxcv/rust that referenced this pull request Aug 29, 2017
…r=Mark-Simulacrum

rustbuild: Fix dependencies of build-manifest

No need to depend on librustc! All we need is libstd

Closes rust-lang#44140
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Aug 29, 2017
…r=Mark-Simulacrum

rustbuild: Fix dependencies of build-manifest

No need to depend on librustc! All we need is libstd

Closes rust-lang#44140
@arielb1 arielb1 added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Aug 29, 2017
arielb1 pushed a commit to arielb1/rust that referenced this pull request Aug 29, 2017
…r=Mark-Simulacrum

rustbuild: Fix dependencies of build-manifest

No need to depend on librustc! All we need is libstd

Closes rust-lang#44140
arielb1 pushed a commit to arielb1/rust that referenced this pull request Aug 29, 2017
…r=Mark-Simulacrum

rustbuild: Fix dependencies of build-manifest

No need to depend on librustc! All we need is libstd

Closes rust-lang#44140
bors added a commit that referenced this pull request Aug 29, 2017
Rollup of 12 pull requests

- Successful merges: #43705, #43778, #43918, #44076, #44117, #44121, #44126, #44134, #44135, #44141, #44144, #44158
- Failed merges:
@bors bors merged commit ecd127d into rust-lang:master Aug 30, 2017
@alexcrichton alexcrichton removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Sep 1, 2017
bors added a commit that referenced this pull request Sep 1, 2017
[beta] Boostrap from released compilers

No need to use dev any more!

Also contains backports for:

* #44049
* #44121
* #44144
@alexcrichton alexcrichton deleted the faster-hash-and-sign branch September 1, 2017 23:05
bors added a commit that referenced this pull request Sep 2, 2017
[beta] Boostrap from released compilers

No need to use dev any more!

Also contains backports for:

* #44049
* #44121
* #44144
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants