]> git.proxmox.com Git - cargo.git/commit
Fix nightly dist builds
authorAlex Crichton <alex@alexcrichton.com>
Thu, 24 Mar 2016 01:07:19 +0000 (18:07 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 24 Mar 2016 04:47:32 +0000 (21:47 -0700)
commit8caf4f52e59b4a07da6310a7aa153a5117185557
treea7f51ea5448e3fadcd8e4e351c8ff9cfd8352633
parente43adeb760f74541a131915e00147f0e6f4ba483
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.
Makefile.in
src/etc/install-deps.py