Browse Source
This fixes the issue where clippy failed to build for arm causing that release to be incomplete. We remove the host files from the install directory to reduce the final size is minimal.android-5
Kevin Cotugno
6 years ago
committed by
Fredrik Fornwall
3 changed files with 11 additions and 12 deletions
@ -1,10 +0,0 @@ |
|||
--- ../rustc-1.29.2-src/src/bootstrap/config.rs 2018-10-05 15:19:57.000000000 -0700
|
|||
+++ ./src/bootstrap/config.rs 2018-10-19 14:18:14.000000000 -0700
|
|||
@@ -416,7 +416,6 @@
|
|||
|
|||
let build = toml.build.clone().unwrap_or(Build::default()); |
|||
// set by bootstrap.py |
|||
- config.hosts.push(config.build.clone());
|
|||
for host in build.host.iter() { |
|||
let host = INTERNER.intern_str(host); |
|||
if !config.hosts.contains(&host) { |
Loading…
Reference in new issue