]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #37524 - alexcrichton:vendor, r=brson
authorEduard-Mihai Burtescu <edy.burt@gmail.com>
Wed, 9 Nov 2016 18:51:17 +0000 (20:51 +0200)
committerGitHub <noreply@github.com>
Wed, 9 Nov 2016 18:51:17 +0000 (20:51 +0200)
Vendor all rustbuild dependencies in this repo

This commit vendors all crates.io dependencies into the rust-lang/rust repository using the `cargo-vendor` tool. This is done in an effort to make rustbuild distro-ready by ensuring that our source tarballs are self-contained units which don't need extraneous network downloads.

A new `src/vendor` directory is created with all vendored crates, and Cargo, when using rustbuild, is configured to use this directory. Over time we can deduplicate this directory with the actual src tree (e.g. src/librustc_serialize, src/liblibc, src/libgetopts, ...). For now though that's left to a separate commit.

1  2 
src/bootstrap/bootstrap.py

Simple merge