Commit Graph

10 Commits

Author SHA1 Message Date
Philipp Oppermann
7a1c38a4ad Fix 32bit GNU appveyor build too 2018-04-08 13:49:37 +02:00
Philipp Oppermann
8a5ad66616 Fix undefined references related to cargo install-update on appveyor 2018-04-08 11:54:59 +02:00
Philipp Oppermann
81ed946515 Don't cache .cargo/{config, env} since it's empty anyway 2018-04-08 11:52:53 +02:00
Philipp Oppermann
0bd0c70c8f Update for bootimage 0.2.0 (#424) 2018-03-31 23:09:21 +02:00
Philipp Oppermann
7a14fe6a90 Retry the rustup download on appveyor if it fails 2018-03-13 20:39:19 +01:00
Philipp Oppermann
844f0f0051 Reapply usage of LLD shipped with Rust
This reverts commit f24ba8b799.
2018-03-09 11:13:41 +01:00
Philipp Oppermann
f24ba8b799 Revert "LLD is now shipped with Rust!" (#397) 2018-03-06 18:26:57 +01:00
Philipp Oppermann
033144fd9c No need to install LLD on travis/appveyor anymore
Rust now ships a LLD binary.
2018-03-06 11:20:32 +01:00
Philipp Oppermann
9bb456ed2f Add support for bors.ng 2018-02-10 16:45:53 +01:00
Philipp Oppermann
244dd16819 Add appveyor configuration
Don't cache ~/.cargo/git and ~/.cargo/registry, because appveyor has a hard cache limit of 1GB (per account!). So we want to cache as few as possible without giving up the speed gains.
2018-02-10 16:42:51 +01:00