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 nightly dist builds #2513

Merged
merged 1 commit into from
Mar 24, 2016
Merged

Fix nightly dist builds #2513

merged 1 commit into from
Mar 24, 2016

Conversation

alexcrichton
Copy link
Member

  • When downloading rustc, also download a number of cross-std libraries so we
    can cross compile with that compiler.
  • Only build OpenSSL on some --enable-nightly builds, not all. For example
    Windows and OSX don't want to link statically to OpenSSL.

* When downloading rustc, also download a number of cross-std libraries so we
  can cross compile with that compiler.
* Only build OpenSSL on some --enable-nightly builds, not all. For example
  Windows and OSX don't want to link statically to OpenSSL.
@rust-highfive
Copy link

r? @huonw

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

@alexcrichton
Copy link
Member Author

When paired with rust-lang-deprecated/rust-buildbot@b06d587 I think we'll start producing a whole bunch new Cargo binaries for various architectures.

@alexcrichton
Copy link
Member Author

r? @brson

@rust-highfive rust-highfive assigned brson and unassigned huonw Mar 24, 2016
@alexcrichton
Copy link
Member Author

@bors: r+ 8caf4f5

@bors
Copy link
Contributor

bors commented Mar 24, 2016

⌛ Testing commit 8caf4f5 with merge 4e6434d...

bors added a commit that referenced this pull request Mar 24, 2016
Fix nightly dist builds

* When downloading rustc, also download a number of cross-std libraries so we
  can cross compile with that compiler.
* Only build OpenSSL on some --enable-nightly builds, not all. For example
  Windows and OSX don't want to link statically to OpenSSL.
@bors
Copy link
Contributor

bors commented Mar 24, 2016

@bors bors merged commit 8caf4f5 into rust-lang:master Mar 24, 2016
@alexcrichton alexcrichton deleted the xcompile branch March 24, 2016 17:06
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