]> git.proxmox.com Git - cargo.git/commit
Auto merge of #4113 - alexcrichton:trim-travis, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 31 May 2017 21:23:36 +0000 (21:23 +0000)
committerbors <bors@rust-lang.org>
Wed, 31 May 2017 21:23:36 +0000 (21:23 +0000)
commitb30694b4d9b29141298870b7993e9aee10940524
tree6e7272ce4c8c29671fe53980becb548b83fb8ad9
parent82733b01471a2c62bb1cec966d888c52ff118914
parent50a46f47086c01effe195ad6a1566f7cf9084fb5
Auto merge of #4113 - alexcrichton:trim-travis, r=alexcrichton

Remove lots of dated configuration from this repo

Lots of data build stuff is still here from awhile ago when this repo was
producing Cargo binaries, but the rust-lang/rust repo is now responsible for all
these binaries and build configurations. We no longer need to produce artifacts
or have tons of cross-compiles as rust-lang/rust does all that work, instead
let's just test the likely-to-regress platforms and have rust-lang/rust take
care of the rest.

This commit:

* Deletes the old `configure` script and `Makefile`
* Rewrites `src/doc` management as a shell script
* Trims down Travis/AppVeyor configuration